Addvocate
Enable all coworkers to create, curate, and share content for your company
ما هو Addvocate؟
Addvocate هو إضافة Chrome تم تطويرها بواسطة https://addvocate.com، والميزة الرئيسية لها هي "Enable all coworkers to create, curate, and share content for your company".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Addvocate
قم بتنزيل ملفات الامتداد Addvocate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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": [ " |