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.”。

擴展截圖

screenshot

下載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 Navattic
ID lbecioncobbndebbfdopnpinnibemoon
官方網址 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
電子郵箱 [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": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.navattic.dev\/*",
            "*:\/\/*.navattic.com\/*",
            "http:\/\/localhost:3000\/*",
            "http:\/\/127.0.0.1:3000\/*"
        ]
    },
    "env": "production"
}