1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

Added rate and help urls

This commit is contained in:
Kyle Spearrin
2016-10-02 00:26:45 -04:00
parent c0400328ad
commit 7129e8b3e6
3 changed files with 9 additions and 5 deletions

View File

@@ -73,10 +73,16 @@
switch (utilsService.getBrowser()) { switch (utilsService.getBrowser()) {
case 'chrome': case 'chrome':
chrome.tabs.create({ url: 'https://chrome.com' }); chrome.tabs.create({
url: 'https://chrome.google.com/webstore/detail/bitwarden-free-password-m/' +
'nngceckbapebfimnlniiiahkandclblb/reviews'
});
break; break;
case 'firefox': case 'firefox':
chrome.tabs.create({ url: 'https://firefox.com' }); chrome.tabs.create({
url: 'https://addons.mozilla.org/en-US/firefox/addon/' +
'bitwarden-password-manager/#reviews'
});
break; break;
case 'edge': case 'edge':
chrome.tabs.create({ url: 'https://microsoft.com' }); chrome.tabs.create({ url: 'https://microsoft.com' });

View File

@@ -9,7 +9,7 @@
$scope.website = function () { $scope.website = function () {
$analytics.eventTrack('Selected Help Website'); $analytics.eventTrack('Selected Help Website');
chrome.tabs.create({ url: 'https://vault.bitwarden.com' }); chrome.tabs.create({ url: 'https://vault.bitwarden.com/contact/' });
}; };
$scope.bug = function () { $scope.bug = function () {

View File

@@ -53,12 +53,10 @@
Help & Feedback Help & Feedback
<i class="fa fa-chevron-right fa-lg"></i> <i class="fa fa-chevron-right fa-lg"></i>
</a> </a>
<!-- TODO: Add back once we know proper URLs for rating.
<a class="list-section-item" href="" ng-click="rate()"> <a class="list-section-item" href="" ng-click="rate()">
Rate the Extension Rate the Extension
<i class="fa fa-chevron-right fa-lg"></i> <i class="fa fa-chevron-right fa-lg"></i>
</a> </a>
-->
</div> </div>
<!-- <!--
<div class="list-section-footer"> <div class="list-section-footer">