Sindup
Collaborative monitoring platform for competitive & strategic intelligence - Interact with your user account from the browser.
Sindup là gì?
Sindup là một tiện ích mở rộng Chrome được phát triển bởi https://www.sindup.com, và tính năng chính của nó là "Collaborative monitoring platform for competitive & strategic intelligence - Interact with your user account from the browser.".
Ả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 Sindup
Tải xuống các tệp mở rộng Sindup 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
Sindup offers a browser extension which allows you to interact directly with your Sindup user account from your web browser. Once the extension has been downloaded, a Sindup icon will appear in your toolbar. To add an article to your monitoring folders while you are browsing the internet, you just need to click on the Sindup button in your browser toolbar and then select the folder you want it to be placed in. You can also add a tone indicator or an interest level before filing it in your folder. Please note that you must have access to the Sindup platform for the extension to work. For more information go to https://www.sindup.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sindup |
ID | bmolmhogcjcmolecgdedaaijiipfkble |
URL Chính Thức | https://chromewebstore.google.com/detail/sindup/bmolmhogcjcmolecgdedaaijiipfkble |
Mô tả | Collaborative monitoring platform for competitive & strategic intelligence - Interact with your user account from the browser. |
Kích Thước Tệp | 19.93 KB |
Số Lần Cài Đặt | 762 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2022-06-22 |
Ngày Phát Hành | 2020-06-16 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.sindup.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sindup", "author": "Sindup", "version": "1.1.4", "description": "__MSG_application_description__", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "tabs" ], "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "__MSG_button_label__" }, "background": { "scripts": [ "scripts\/utils\/AppUrl.js", "scripts\/bootstrap.js", "scripts\/background.js" ], "persistent": false }, "options_ui": { "page": "options.html" } } |