Addvocate
Enable all coworkers to create, curate, and share content for your company
Addvocate क्या है?
Addvocate https://addvocate.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enable all coworkers to create, curate, and share content for your company"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Addvocate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enable all coworkers to create, curate and share content for your company. Sign up now for the all new Addvocate at https://www.addvocate.com! Questions? Email [email protected]
एक्सटेंशन की मूल जानकारी
नाम | Addvocate |
ID | bghfmehnffidenebgplkhpkiecjnmlbk |
आधिकारिक URL | https://chromewebstore.google.com/detail/addvocate/bghfmehnffidenebgplkhpkiecjnmlbk |
विवरण | Enable all coworkers to create, curate, and share content for your company |
फ़ाइल का आकार | 53.99 KB |
स्थापना संख्या | 35 |
वर्तमान संस्करण | 2014.7.29 |
अंतिम अपडेट | 2014-08-26 |
प्रकाशन तिथि | 2014-08-26 |
डेवलपर | https://addvocate.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.addvocate.com |
सहायता पृष्ठ URL | https://addvocate.uservoice.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Addvocate", "version": "2014.7.29", "description": "Enable all coworkers to create, curate, and share content for your company", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html", "background": { "scripts": [ "require.js", "packages\/addv-chrome.js", "background.js" ] }, "browser_action": { "default_icon": "images\/icon16.png" }, "permissions": [ "storage", "tabs", "notifications", "*:\/\/*.addvocate.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.addvocate.com\/*" ], "js": [ "contentscript_addvocate.js" ], "run_at": "document_end" }, { "matches": [ " |