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
官方網址 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"
    ]
}