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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |