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
Eメール [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"
    ]
}