APPS RUN THE WORLD Technographics

Unleash the power of APPS RUN THE WORLD Firmographics and Technographics Data

Cos'è APPS RUN THE WORLD Technographics?

APPS RUN THE WORLD Technographics è un'estensione di Chrome sviluppata da https://www.appsruntheworld.com, e la sua funzione principale è "Unleash the power of APPS RUN THE WORLD Firmographics and Technographics Data".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione APPS RUN THE WORLD Technographics

Scarica i file di estensione APPS RUN THE WORLD Technographics in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        APPS RUN THE WORLD Firmographics and Technographics Data                    

Informazioni di Base sull'Estensione

Nome APPS RUN THE WORLD Technographics APPS RUN THE WORLD Technographics
ID dmoinonfoobjigmmedgoolfimcjmbeja
URL Ufficiale https://chromewebstore.google.com/detail/apps-run-the-world-techno/dmoinonfoobjigmmedgoolfimcjmbeja
Descrizione Unleash the power of APPS RUN THE WORLD Firmographics and Technographics Data
Dimensione del File 547 KB
Conteggio Installazioni 176
Versione Corrente 1.2
Ultimo Aggiornamento 2024-01-28
Data di Pubblicazione 2023-07-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.appsruntheworld.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.appsruntheworld.com/customers-database/purchases
URL della Pagina di Aiuto https://www.appsruntheworld.com/contact/
URL della Pagina della Politica sulla Privacy https://www.appsruntheworld.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "APPS RUN THE WORLD Technographics",
    "version": "1.2",
    "manifest_version": 3,
    "description": "Unleash the power of APPS RUN THE WORLD Firmographics and Technographics Data",
    "permissions": [
        "activeTab",
        "cookies",
        "scripting"
    ],
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}