Impakt

The ethical shopping browser companion

Impakt là gì?

Impakt là một tiện ích mở rộng Chrome được phát triển bởi https://impakt.app, và tính năng chính của nó là "The ethical shopping browser companion".

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

Tải xuống tệp CRX của tiện ích mở rộng Impakt

Tải xuống các tệp mở rộng Impakt 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

                        The ethical shopping browser companion                    

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

Tên Impakt Impakt
ID pblfpcefeepllkkniinhcigdlgbkeoka
URL Chính Thức https://chrome.google.com/webstore/detail/impakt/pblfpcefeepllkkniinhcigdlgbkeoka
Mô tả The ethical shopping browser companion
Kích Thước Tệp 15.34 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2019-03-17
Ngày Phát Hành 2019-03-17
Nhà Phát Triển https://impakt.app
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Impakt",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/s*"
            ],
            "js": [
                "contentScript.js",
                "impakt.js"
            ],
            "css": [
                "impakt.css"
            ]
        }
    ],
    "description": "The ethical shopping browser companion",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "https:\/\/impakt.app\/",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "manifest_version": 2
}