Newness for Chrome
Newness for Chrome is an extension to easily add signals to your notebooks and projects in our Futures Intelligence platform.
Hvad er Newness for Chrome?
Newness for Chrome er en Chrome-udvidelse udviklet af https://newness.ai, og dens hovedfunktion er "Newness for Chrome is an extension to easily add signals to your notebooks and projects in our Futures Intelligence platform.".
Udvidelsesskærmbilleder
Download Newness for Chrome-udvidelses-CRX-fil
Download Newness for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Newness for Chrome |
ID | gpogjaoepjikcbllekpibcgjgfjboiph |
Officiel URL | https://chromewebstore.google.com/detail/newness-for-chrome/gpogjaoepjikcbllekpibcgjgfjboiph |
Beskrivelse | Newness for Chrome is an extension to easily add signals to your notebooks and projects in our Futures Intelligence platform. |
Filstørrelse | 2.19 MB |
Antal Installationer | 187 |
Nuværende Version | 0.0.16 |
Senest Opdateret | 2020-11-13 |
Udgivelsesdato | 2020-04-27 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://newness.ai |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://app.newness.ai |
Hjælpeside-URL | https://app.newness.ai |
URL til Fortrolighedspolitik Side | https://app.newness.ai/privacy-policy |
Understøttede Sprog | 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" ] } |