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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}