APPS RUN THE WORLD Technographics

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

APPS RUN THE WORLD Technographics là gì?

APPS RUN THE WORLD Technographics là một tiện ích mở rộng Chrome được phát triển bởi https://www.appsruntheworld.com, và tính năng chính của nó là "Unleash the power of APPS RUN THE WORLD Firmographics and Technographics Data".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng APPS RUN THE WORLD Technographics

Tải xuống các tệp mở rộng APPS RUN THE WORLD Technographics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        APPS RUN THE WORLD Firmographics and Technographics Data                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên APPS RUN THE WORLD Technographics APPS RUN THE WORLD Technographics
ID dmoinonfoobjigmmedgoolfimcjmbeja
URL Chính Thức https://chromewebstore.google.com/detail/apps-run-the-world-techno/dmoinonfoobjigmmedgoolfimcjmbeja
Mô tả Unleash the power of APPS RUN THE WORLD Firmographics and Technographics Data
Kích Thước Tệp 547 KB
Số Lần Cài Đặt 176
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2024-01-28
Ngày Phát Hành 2023-07-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.appsruntheworld.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.appsruntheworld.com/customers-database/purchases
URL Trang Trợ Giúp https://www.appsruntheworld.com/contact/
URL Trang Chính Sách Bảo Mật https://www.appsruntheworld.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}