Newness for Chrome
Newness for Chrome is an extension to easily add signals to your notebooks and projects in our Futures Intelligence platform.
Cos'è Newness for Chrome?
Newness for Chrome è un'estensione di Chrome sviluppata da https://newness.ai, e la sua funzione principale è "Newness for Chrome is an extension to easily add signals to your notebooks and projects in our Futures Intelligence platform.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Newness for Chrome
Scarica i file di estensione Newness for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Newness is an extension that connects with our Futures Intelligence platform and serves our users to identify emerging signals while they browser the Internet. It allows to save documents and articles to existing notebooks in your organisation or team directly from your browser.
Informazioni di Base sull'Estensione
Nome | Newness for Chrome |
ID | gpogjaoepjikcbllekpibcgjgfjboiph |
URL Ufficiale | https://chromewebstore.google.com/detail/newness-for-chrome/gpogjaoepjikcbllekpibcgjgfjboiph |
Descrizione | Newness for Chrome is an extension to easily add signals to your notebooks and projects in our Futures Intelligence platform. |
Dimensione del File | 2.19 MB |
Conteggio Installazioni | 187 |
Versione Corrente | 0.0.16 |
Ultimo Aggiornamento | 2020-11-13 |
Data di Pubblicazione | 2020-04-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://newness.ai |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://app.newness.ai |
URL della Pagina di Aiuto | https://app.newness.ai |
URL della Pagina della Politica sulla Privacy | https://app.newness.ai/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Newness for Chrome", "description": "Newness for Chrome is an extension to easily add signals to your notebooks and projects in our Futures Intelligence platform.", "version": "0.0.16", "browser_action": { "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "192": "images\/logo192.png", "512": "images\/logo512.png" }, "default_popup": "index.html", "default_title": "Newness" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "browser-polyfill.js", "content.js" ] }, { "matches": [ "http:\/\/dqw6juo38vew6.cloudfront.net\/*", "https:\/\/dqw6juo38vew6.cloudfront.net\/*", "http:\/\/app.newness.ffwd.is\/*", "https:\/\/app.newness.ffwd.is\/*", "http:\/\/app.newness.ai\/*", "https:\/\/app.newness.ai\/*" ], "run_at": "document_idle", "js": [ "installed-script.js" ] } ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "192": "images\/logo192.png", "512": "images\/logo512.png" }, "content_security_policy": "script-src 'self' 'sha256-Zpbd4LyqIOpz\/5GizelopFY3xAJJYzTO+D1mTbyyDlg='; object-src 'self'", "permissions": [ "activeTab" ] } |