Newness for Chrome
Newness for Chrome is an extension to easily add signals to your notebooks and projects in our Futures Intelligence platform.
Newness for Chromeとは何ですか?
Newness for Chromeはhttps://newness.aiによって開発されたChromeの拡張機能で、その主な機能は「Newness for Chrome is an extension to easily add signals to your notebooks and projects in our Futures Intelligence platform.」です。
拡張機能のスクリーンショット
Newness for Chrome拡張機能のCRXファイルをダウンロード
Newness for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Newness for Chrome |
ID | gpogjaoepjikcbllekpibcgjgfjboiph |
公式URL | https://chromewebstore.google.com/detail/newness-for-chrome/gpogjaoepjikcbllekpibcgjgfjboiph |
説明 | Newness for Chrome is an extension to easily add signals to your notebooks and projects in our Futures Intelligence platform. |
ファイルサイズ | 2.19 MB |
インストール数 | 187 |
現在のバージョン | 0.0.16 |
最終更新日 | 2020-11-13 |
公開日 | 2020-04-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://newness.ai |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://app.newness.ai |
ヘルプページのURL | https://app.newness.ai |
プライバシーポリシーページのURL | https://app.newness.ai/privacy-policy |
対応言語 | 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" ] } |