Navattic

Load navattic.js without directly installing it in your application.

Wat is Navattic?

Navattic is een Chrome-extensie ontwikkeld door https://navattic.com, en de belangrijkste functie is "Load navattic.js without directly installing it in your application.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Navattic

Download Navattic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Navattic Navattic
ID lbecioncobbndebbfdopnpinnibemoon
Officiële URL https://chromewebstore.google.com/detail/navattic/lbecioncobbndebbfdopnpinnibemoon
Beschrijving Load navattic.js without directly installing it in your application.
Bestandsgrootte 309 KB
Aantal Installaties 4,000
Huidige Versie 2.29.0
Laatst Bijgewerkt 2024-03-05
Publicatiedatum 2023-12-08
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://navattic.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.navattic.com/legal/privacy
Ondersteunde Talen 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"
}