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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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": [ " |