Addvocate
Enable all coworkers to create, curate, and share content for your company
Addvocate là gì?
Addvocate là một tiện ích mở rộng Chrome được phát triển bởi https://addvocate.com, và tính năng chính của nó là "Enable all coworkers to create, curate, and share content for your company".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Addvocate
Tải xuống các tệp mở rộng Addvocate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Addvocate |
ID | bghfmehnffidenebgplkhpkiecjnmlbk |
URL Chính Thức | https://chromewebstore.google.com/detail/addvocate/bghfmehnffidenebgplkhpkiecjnmlbk |
Mô tả | Enable all coworkers to create, curate, and share content for your company |
Kích Thước Tệp | 53.99 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 2014.7.29 |
Cập Nhật Lần Cuối | 2014-08-26 |
Ngày Phát Hành | 2014-08-26 |
Nhà Phát Triển | https://addvocate.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.addvocate.com |
URL Trang Trợ Giúp | https://addvocate.uservoice.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |