Basecamp Notifier
Display Basecamp activity with desktop notifications.
Basecamp Notifier क्या है?
Basecamp Notifier Samuel Simões द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display Basecamp activity with desktop notifications."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Basecamp Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
******************************** **** ONLY FOR BASECAMP v2 **** ******************************** The best free and multiplataform extension which notifies the activity of your Basecamp Accounts with desktop notifications with unique features! * Possibility to listen notifications of specifics accounts. * Possibility to ignore notifications from specifics projects in your listened accounts. * Possibility to ignore events according to their type. * Comments preview in events list * Possibility to star events to read later. * Oauth2 support, no login or password are asked. Changelogs: https://github.com/samuelsimoes/Chrome-Basecamp-Notifier/releases -> Basecamp Chrome Notifier is an open-source project, feel free to help us improve the extension in GitHub coding or report bugs. https://github.com/samuelsimoes/Chrome-Basecamp-Notifier
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fihjmkangcncdhnbnenfipalmcegljii |
आधिकारिक URL | https://chrome.google.com/webstore/detail/basecamp-notifier/fihjmkangcncdhnbnenfipalmcegljii |
विवरण | Display Basecamp activity with desktop notifications. |
फ़ाइल का आकार | 368 KB |
स्थापना संख्या | 455 |
वर्तमान संस्करण | 2.0.4 |
अंतिम अपडेट | 2016-09-17 |
प्रकाशन तिथि | 2016-09-17 |
रेटिंग | 2.96/5 कुल 23 रेटिंग्स |
डेवलपर | Samuel Simões |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Basecamp Notifier", "version": "2.0.4", "description": "Display Basecamp activity with desktop notifications.", "icons": { "16": "img\/icons\/16.png", "48": "img\/icons\/48.png", "128": "img\/icons\/128.png" }, "permissions": [ "tabs", "storage", "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "background" ], "web_accessible_resources": [ "options.html" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icons\/popup-icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |