Price Guard Extension

Price Guard browser extension

Apa itu Price Guard Extension?

Price Guard Extension adalah ekstensi Chrome yang dikembangkan oleh https://priceguard.com.au, dan fitur utamanya adalah "Price Guard browser extension".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Price Guard Extension

Unduh file ekstensi Price Guard Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Price Guard Extension Price Guard Extension
ID clnghlfmdlkjjbigccebpfjlplgjdanh
URL Resmi https://chromewebstore.google.com/detail/price-guard-extension/clnghlfmdlkjjbigccebpfjlplgjdanh
Deskripsi Price Guard browser extension
Ukuran File 256 KB
Jumlah Instalasi 100
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2023-06-17
Tanggal Publikasi 2020-06-22
Pengembang https://priceguard.com.au
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://priceguard.com.au
URL Halaman Bantuan https://priceguard.com.au
Bahasa yang Didukung 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"
    ]
}