Bookmarks to Basecamp
'Boo2Ba' or Bookmarks to Basecamp lets you save bookmarks directly into any Basecamp project, using CTRL-SHIFT-Y.
Bookmarks to Basecamp क्या है?
Bookmarks to Basecamp http://www.pillarsupport.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "'Boo2Ba' or Bookmarks to Basecamp lets you save bookmarks directly into any Basecamp project, using CTRL-SHIFT-Y."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bookmarks to Basecamp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save time when researching for a project, and keep ALL your notes in one place, Basecamp. "Boo2Ba" or Bookmarks to Basecamp is compatible with with Basecamp and Basecamp Classic. Now you can utilize your Basecamp projects as a true cloud storage to save bookmarks that are essential to project knowledge. For SETUP Instructions: http://pillarsupport.com/boo2ba/#setup (Note: there is a seperate Chrome extension for each, and only one extension can be used at a time.) Features: -- Two versions of Boo2Ba to ensure compatibility with Basecamp and Basecamp Classic (Note: Only one version per Chrome installation permitted or else the extensions will conflict.) -- Never leave Chrome--as you surf and find pages that are critical to knowledge around a project, simply "Boo2Ba" any page by using the keyboard shortcut: CTRL+SHIFT+Y (works the same with Chrome for Mac OSX) -- One message/thread in Basecamp that contains all the Bookmarks (Note: the thread is initially set to Private but can be made viewable to be seen by clients) -- Instant availability: no need to synch or wait, bookmarks appear in Basecamp immediately -- One place to keep all project knowledge: Basecamp
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gaciihggkfdocnfndioghclonohpdbfk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/bookmarks-to-basecamp/gaciihggkfdocnfndioghclonohpdbfk |
विवरण | 'Boo2Ba' or Bookmarks to Basecamp lets you save bookmarks directly into any Basecamp project, using CTRL-SHIFT-Y. |
फ़ाइल का आकार | 390 KB |
स्थापना संख्या | 64 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2015-03-10 |
प्रकाशन तिथि | 2015-03-10 |
डेवलपर | http://www.pillarsupport.com |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | http://pillarsupport.com/boo2ba/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarks to Basecamp", "short_name": "Boo2Ba", "description": "'Boo2Ba' or Bookmarks to Basecamp lets you save bookmarks directly into any Basecamp project, using CTRL-SHIFT-Y.", "version": "1.5", "manifest_version": 2, "background": { "scripts": [ "common\/javascript\/background.js" ], "persistent": false }, "permissions": [ "tabs", "declarativeContent", "contentSettings", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "management", "notifications" ], "storage": { "managed_schema": "schema.json" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Add ro Basecamp ", "default_popup": "popup.html" }, "web_accessible_resources": [ "icon48.png" ], "commands": { "toggle-feature-foo": { "suggested_key": { "default": "Ctrl+Shift+Y", "windows": "Ctrl+Shift+Y", "mac": "MacCtrl+Shift+Y", "chromeos": "Ctrl+Shift+Y", "linux": "Ctrl+Shift+Y" }, "description": "Send a 'toggle-feature' event to the extension" }, "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+Y", "windows": "Ctrl+Shift+Y", "mac": "Command+Shift+Y", "chromeos": "Ctrl+Shift+Y", "linux": "Ctrl+Shift+Y" } } } } |