Navattic
Load navattic.js without directly installing it in your application.
Navatticとは何ですか?
Navatticはhttps://navattic.comによって開発されたChromeの拡張機能で、その主な機能は「Load navattic.js without directly installing it in your application.」です。
拡張機能のスクリーンショット
Navattic拡張機能のCRXファイルをダウンロード
Navattic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Build custom experiences on top of your application for prospects and customers. Navattic helps sales, customer success, and product teams to build immersive experiences with a no-code platform.
拡張機能の基本情報
名前 | Navattic |
ID | lbecioncobbndebbfdopnpinnibemoon |
公式URL | https://chromewebstore.google.com/detail/navattic/lbecioncobbndebbfdopnpinnibemoon |
説明 | Load navattic.js without directly installing it in your application. |
ファイルサイズ | 309 KB |
インストール数 | 4,000 |
現在のバージョン | 2.29.0 |
最終更新日 | 2024-03-05 |
公開日 | 2023-12-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://navattic.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.navattic.com/legal/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Navattic", "description": "Load navattic.js without directly installing it in your application.", "version": "2.29.0", "minimum_chrome_version": "110", "background": { "service_worker": "worker.js" }, "content_security_policy": { "extension_pages": "img-src 'self' data:; default-src 'self' data: https:\/\/*.navattic.com; connect-src 'self' data: https:\/\/*.navattic.dev https:\/\/*.navattic.com http:\/\/localhost:3000 http:\/\/127.0.0.1:3000 http:\/\/localhost:8787 http:\/\/127.0.0.1:8787 https:\/\/app.posthog.com; object-src 'self'; script-src 'self'; worker-src 'self'; style-src-elem *;" }, "icons": { "16": "static\/icons\/icon-16.png", "48": "static\/icons\/icon-48.png", "128": "static\/icons\/icon-128.png" }, "permissions": [ "tabs", "storage", "scripting", "webRequest", "webNavigation", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback" ], "host_permissions": [ " |