Addvocate
Enable all coworkers to create, curate, and share content for your company
什麼是Addvocate?
Addvocate是由https://addvocate.com開發的Chrome擴展程式,該擴展的主要功能是“Enable all coworkers to create, curate, and share content for your company”。
擴展截圖
下載Addvocate擴展crx文件
下載Addvocate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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] 擴展基本資訊
| 名稱 | |
| ID | bghfmehnffidenebgplkhpkiecjnmlbk |
| 官方網址 | 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": [
" | |