APPS RUN THE WORLD Technographics

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

What is APPS RUN THE WORLD Technographics?

APPS RUN THE WORLD Technographics is a Chrome extension developed by https://www.appsruntheworld.com, and its main feature is "Unleash the power of APPS RUN THE WORLD Firmographics and Technographics Data".

Extension Screenshots

screenshot
screenshot
screenshot

Download APPS RUN THE WORLD Technographics Extension CRX File

Download APPS RUN THE WORLD Technographics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        APPS RUN THE WORLD Firmographics and Technographics Data                    

Extension Basic Information

Name APPS RUN THE WORLD Technographics APPS RUN THE WORLD Technographics
ID dmoinonfoobjigmmedgoolfimcjmbeja
Official URL https://chromewebstore.google.com/detail/apps-run-the-world-techno/dmoinonfoobjigmmedgoolfimcjmbeja
Description Unleash the power of APPS RUN THE WORLD Firmographics and Technographics Data
File Size 547 KB
Installation Count 176
Current Version 1.2
Last Updated 2024-01-28
Publish Date 2023-07-31
Rating 5.00/5 Total 1 Ratings
Developer https://www.appsruntheworld.com
Email [email protected]
Payment Type free
Extension Website https://www.appsruntheworld.com/customers-database/purchases
Help Page URL https://www.appsruntheworld.com/contact/
Privacy Policy Page URL https://www.appsruntheworld.com/privacy
Supported Languages 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"
            ]
        }
    ]
}