Addvocate
Enable all coworkers to create, curate, and share content for your company
Apa itu Addvocate?
Addvocate adalah ekstensi Chrome yang dikembangkan oleh https://addvocate.com, dan fitur utamanya adalah "Enable all coworkers to create, curate, and share content for your company".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Addvocate
Unduh file ekstensi Addvocate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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]
Informasi Dasar Ekstensi
Nama | Addvocate |
ID | bghfmehnffidenebgplkhpkiecjnmlbk |
URL Resmi | https://chromewebstore.google.com/detail/addvocate/bghfmehnffidenebgplkhpkiecjnmlbk |
Deskripsi | Enable all coworkers to create, curate, and share content for your company |
Ukuran File | 53.99 KB |
Jumlah Instalasi | 35 |
Versi Saat Ini | 2014.7.29 |
Terakhir Diperbarui | 2014-08-26 |
Tanggal Publikasi | 2014-08-26 |
Pengembang | https://addvocate.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.addvocate.com |
URL Halaman Bantuan | https://addvocate.uservoice.com/ |
Bahasa yang Didukung | 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": [ " |