APPS RUN THE WORLD Technographics

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

什麼是APPS RUN THE WORLD Technographics?

APPS RUN THE WORLD Technographics是由https://www.appsruntheworld.com開發的Chrome擴展程式,該擴展的主要功能是“Unleash the power of APPS RUN THE WORLD Firmographics and Technographics Data”。

擴展截圖

screenshot
screenshot
screenshot

下載APPS RUN THE WORLD Technographics擴展crx文件

下載APPS RUN THE WORLD Technographics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        APPS RUN THE WORLD Firmographics and Technographics Data                    

擴展基本資訊

名稱 APPS RUN THE WORLD Technographics APPS RUN THE WORLD Technographics
ID dmoinonfoobjigmmedgoolfimcjmbeja
官方網址 https://chromewebstore.google.com/detail/apps-run-the-world-techno/dmoinonfoobjigmmedgoolfimcjmbeja
簡介 Unleash the power of APPS RUN THE WORLD Firmographics and Technographics Data
檔案大小 547 KB
安裝次數 176
目前版本 1.2
更新時間 2024-01-28
上架時間 2023-07-31
評分 5.00/5 共 1 次評分
開發者 https://www.appsruntheworld.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.appsruntheworld.com/customers-database/purchases
說明頁面URL https://www.appsruntheworld.com/contact/
隱私政策頁面URL https://www.appsruntheworld.com/privacy
支援的語言 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"
            ]
        }
    ]
}