Price Guard Extension

Price Guard browser extension

什么是Price Guard Extension?

Price Guard Extension是由https://priceguard.com.au开发的Chrome扩展程序,该扩展的主要功能是“Price Guard browser extension”。

扩展截图

screenshot
screenshot
screenshot

下载Price Guard Extension扩展crx文件

下载Price Guard Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Chrome extension for your priceguard.com.au account. This extension adds convenient  functionality when visiting relevant pages.                    

扩展基本信息

名称 Price Guard Extension Price Guard Extension
ID clnghlfmdlkjjbigccebpfjlplgjdanh
官方URL https://chromewebstore.google.com/detail/price-guard-extension/clnghlfmdlkjjbigccebpfjlplgjdanh
简介 Price Guard browser extension
文件大小 256 KB
安装次数 100
当前版本 1.0.6
更新时间 2023-06-17
上架时间 2020-06-22
开发者 https://priceguard.com.au
电子邮箱 [email protected]
付费类型 free
扩展官网 https://priceguard.com.au
帮助页面URL https://priceguard.com.au
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Price Guard Extension",
    "description": "Price Guard browser extension",
    "version": "1.0.6",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/pg-ext_16.png",
        "48": "icons\/pg-ext_48.png",
        "128": "icons\/pg-ext_128.png"
    },
    "browser_action": {
        "default_title": "price-guard-extension",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.priceguard.com.au\/*",
            "*:\/\/*.priceguard.test\/*"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "",
        "storage",
        "activeTab"
    ]
}