Sindup
Collaborative monitoring platform for competitive & strategic intelligence - Interact with your user account from the browser.
Sindup क्या है?
Sindup https://www.sindup.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collaborative monitoring platform for competitive & strategic intelligence - Interact with your user account from the browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sindup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |