Sentieo Web Clipper
This Sentieo extension helps you to use our Sentieo technology on other financial data websites.
Qu'est-ce que Sentieo Web Clipper ?
Sentieo Web Clipper est une extension Chrome développée par sentieo-chrome-apps, et sa fonction principale est "This Sentieo extension helps you to use our Sentieo technology on other financial data websites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sentieo Web Clipper
Téléchargez les fichiers d'extension Sentieo Web Clipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Sentieo Web Clipper |
ID | cjmdimmobfkpcglpdbbpgfendbldabpd |
URL Officiel | https://chromewebstore.google.com/detail/sentieo-web-clipper/cjmdimmobfkpcglpdbbpgfendbldabpd |
Description | This Sentieo extension helps you to use our Sentieo technology on other financial data websites. |
Taille du Fichier | 524 KB |
Nombre d'Installations | 1,019 |
Version Actuelle | 1.0.13 |
Dernière Mise à Jour | 2022-10-31 |
Date de Publication | 2019-12-17 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | sentieo-chrome-apps |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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", " |