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
官方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
电子邮箱 [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"
}