Price Guard Extension

Price Guard browser extension

What is Price Guard Extension?

Price Guard Extension is a Chrome extension developed by https://priceguard.com.au, and its main feature is "Price Guard browser extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Price Guard Extension Extension CRX File

Download Price Guard Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Price Guard Extension Price Guard Extension
ID clnghlfmdlkjjbigccebpfjlplgjdanh
Official URL https://chromewebstore.google.com/detail/price-guard-extension/clnghlfmdlkjjbigccebpfjlplgjdanh
Description Price Guard browser extension
File Size 256 KB
Installation Count 100
Current Version 1.0.6
Last Updated 2023-06-17
Publish Date 2020-06-22
Developer https://priceguard.com.au
Email [email protected]
Payment Type free
Extension Website https://priceguard.com.au
Help Page URL https://priceguard.com.au
Supported Languages 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"
    ]
}