Sentieo Web Clipper
This Sentieo extension helps you to use our Sentieo technology on other financial data websites.
Sentieo Web Clipper क्या है?
Sentieo Web Clipper sentieo-chrome-apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Sentieo extension helps you to use our Sentieo technology on other financial data websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sentieo Web Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save web content relevant to your financial research directly to your Sentieo Notebook When you come across an interesting web article or PDF on the web, clip it with the Sentieo Web Clipper to save a copy of the article to your Sentieo Notebook . • Access content, annotate and add highlights from all of your devices • Tag the article with specific tickers and keywords • Share the content with your teammate
एक्सटेंशन की मूल जानकारी
नाम | Sentieo Web Clipper |
ID | cjmdimmobfkpcglpdbbpgfendbldabpd |
आधिकारिक URL | https://chromewebstore.google.com/detail/sentieo-web-clipper/cjmdimmobfkpcglpdbbpgfendbldabpd |
विवरण | This Sentieo extension helps you to use our Sentieo technology on other financial data websites. |
फ़ाइल का आकार | 524 KB |
स्थापना संख्या | 1,019 |
वर्तमान संस्करण | 1.0.13 |
अंतिम अपडेट | 2022-10-31 |
प्रकाशन तिथि | 2019-12-17 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | sentieo-chrome-apps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sentieo Web Clipper", "short_name": "Web Clipper", "description": "This Sentieo extension helps you to use our Sentieo technology on other financial data websites.", "version": "1.0.13", "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon76.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "background": { "persistent": true, "scripts": [ "background.js", "jquery.sentieomin.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/readability.js", "domFinder.js" ] }, { "matches": [ "http:\/\/*.sentieo.com\/*", "https:\/\/*.sentieo.com\/*" ], "js": [ "js\/readability.js", "js\/ocen.js", "js\/interact.js", "js\/jquery.min.js", "js\/content_script.js", "js\/overlay.js", "js\/colorpicker.js", "js\/clipboard-polyfill.js" ], "css": [ "css\/colorpicker.css", "css\/overlay.css" ], "run_at": "document_end" } ], "omnibox": { "keyword": "$" }, "permissions": [ "tabs", "cookies", " |