Sindup

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

Τι είναι το Sindup;

Το Sindup είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.sindup.com, και η κύρια λειτουργία του είναι "Collaborative monitoring platform for competitive & strategic intelligence - Interact with your user account from the browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Sindup

Λήψη αρχείων επέκτασης 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"
    }
}