Sindup

Collaborative monitoring platform for competitive & strategic intelligence - Interact with your user account from the browser.

什么是Sindup?

Sindup是由https://www.sindup.com开发的Chrome扩展程序,该扩展的主要功能是“Collaborative monitoring platform for competitive & strategic intelligence - Interact with your user account from the browser.”。

扩展截图

screenshot
screenshot

下载Sindup扩展crx文件

下载Sindup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Sindup Sindup
ID bmolmhogcjcmolecgdedaaijiipfkble
官方URL https://chromewebstore.google.com/detail/sindup/bmolmhogcjcmolecgdedaaijiipfkble
简介 Collaborative monitoring platform for competitive & strategic intelligence - Interact with your user account from the browser.
文件大小 19.93 KB
安装次数 762
当前版本 1.1.4
更新时间 2022-06-22
上架时间 2020-06-16
评分 5.00/5 共3次评分
开发者 https://www.sindup.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}