APPS RUN THE WORLD Technographics

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

Wat is APPS RUN THE WORLD Technographics?

APPS RUN THE WORLD Technographics is een Chrome-extensie ontwikkeld door https://www.appsruntheworld.com, en de belangrijkste functie is "Unleash the power of APPS RUN THE WORLD Firmographics and Technographics Data".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie APPS RUN THE WORLD Technographics

Download APPS RUN THE WORLD Technographics-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

                        APPS RUN THE WORLD Firmographics and Technographics Data                    

Basisinformatie over de Extensie

Naam APPS RUN THE WORLD Technographics APPS RUN THE WORLD Technographics
ID dmoinonfoobjigmmedgoolfimcjmbeja
Officiële URL https://chromewebstore.google.com/detail/apps-run-the-world-techno/dmoinonfoobjigmmedgoolfimcjmbeja
Beschrijving Unleash the power of APPS RUN THE WORLD Firmographics and Technographics Data
Bestandsgrootte 547 KB
Aantal Installaties 176
Huidige Versie 1.2
Laatst Bijgewerkt 2024-01-28
Publicatiedatum 2023-07-31
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.appsruntheworld.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.appsruntheworld.com/customers-database/purchases
Help Pagina-URL https://www.appsruntheworld.com/contact/
URL van de Privacybeleid Pagina https://www.appsruntheworld.com/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}