Gift Hero

The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.

Gift Hero là gì?

Gift Hero là một tiện ích mở rộng Chrome được phát triển bởi https://www.gifthero.com, và tính năng chính của nó là "The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.".

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

screenshot

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

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

                        Add an item from any online retailer to your Gift Hero wish lists. You can now add an item from any site without changing pages!                    

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

Tên Gift Hero Gift Hero
ID hcilfaknmnnhkmmojdhfilelmdebclig
URL Chính Thức https://chromewebstore.google.com/detail/gift-hero/hcilfaknmnnhkmmojdhfilelmdebclig
Mô tả The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.
Kích Thước Tệp 126 KB
Số Lần Cài Đặt 9,283
Phiên Bản Hiện Tại 2.0.12
Cập Nhật Lần Cuối 2021-11-12
Ngày Phát Hành 2017-09-08
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.gifthero.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.gifthero.com
URL Trang Trợ Giúp https://support.gifthero.com/adding-gifts/what-is-the-gift-hero-browser-plugin
URL Trang Chính Sách Bảo Mật https://www.gifthero.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gift Hero",
    "author": "Gift Hero, Inc.",
    "homepage_url": "https:\/\/gifthero.com",
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "20": "Icon-20.png",
            "40": "Icon-40.png",
            "128": "Icon-128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gifthero.dev\/*",
                "*:\/\/*.gifthero.com\/*"
            ],
            "js": [
                "gifthero.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "Icon-16.png",
        "48": "Icon-48.png",
        "54": "Icon-54.png",
        "90": "Icon-90.png",
        "128": "Icon-128.png",
        "270": "Icon-270.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "",
        "storage"
    ],
    "description": "The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.",
    "version": "2.0.12",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}