Newness for Chrome
Newness for Chrome is an extension to easily add signals to your notebooks and projects in our Futures Intelligence platform.
What is Newness for Chrome?
Newness for Chrome is a Chrome extension developed by https://newness.ai, and its main feature is "Newness for Chrome is an extension to easily add signals to your notebooks and projects in our Futures Intelligence platform.".
Extension Screenshots
Download Newness for Chrome Extension CRX File
Download Newness for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Newness for Chrome |
ID | gpogjaoepjikcbllekpibcgjgfjboiph |
Official URL | https://chromewebstore.google.com/detail/newness-for-chrome/gpogjaoepjikcbllekpibcgjgfjboiph |
Description | Newness for Chrome is an extension to easily add signals to your notebooks and projects in our Futures Intelligence platform. |
File Size | 2.19 MB |
Installation Count | 187 |
Current Version | 0.0.16 |
Last Updated | 2020-11-13 |
Publish Date | 2020-04-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://newness.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://app.newness.ai |
Help Page URL | https://app.newness.ai |
Privacy Policy Page URL | https://app.newness.ai/privacy-policy |
Supported Languages | 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" ] } |