Newness for Chrome
Newness for Chrome is an extension to easily add signals to your notebooks and projects in our Futures Intelligence platform.
Was ist Newness for Chrome?
Newness for Chrome ist eine Chrome-Erweiterung, die von https://newness.ai entwickelt wurde, und ihr Hauptmerkmal ist "Newness for Chrome is an extension to easily add signals to your notebooks and projects in our Futures Intelligence platform.".
Erweiterungsscreenshots
Newness for Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie Newness for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Newness for Chrome |
ID | gpogjaoepjikcbllekpibcgjgfjboiph |
Offizielle URL | https://chromewebstore.google.com/detail/newness-for-chrome/gpogjaoepjikcbllekpibcgjgfjboiph |
Beschreibung | Newness for Chrome is an extension to easily add signals to your notebooks and projects in our Futures Intelligence platform. |
Dateigröße | 2.19 MB |
Installationsanzahl | 187 |
Aktuelle Version | 0.0.16 |
Letztes Update | 2020-11-13 |
Veröffentlichungsdatum | 2020-04-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://newness.ai |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://app.newness.ai |
Hilfeseite URL | https://app.newness.ai |
URL der Datenschutzrichtlinien-Seite | https://app.newness.ai/privacy-policy |
Unterstützte Sprachen | 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" ] } |