Price Guard Extension

Price Guard browser extension

Co to jest Price Guard Extension?

Price Guard Extension to rozszerzenie Chrome opracowane przez https://priceguard.com.au, a jego główną funkcją jest „Price Guard browser extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Price Guard Extension

Pobierz pliki rozszerzeń Price Guard Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Price Guard Extension Price Guard Extension
ID clnghlfmdlkjjbigccebpfjlplgjdanh
Oficjalny URL https://chromewebstore.google.com/detail/price-guard-extension/clnghlfmdlkjjbigccebpfjlplgjdanh
Opis Price Guard browser extension
Rozmiar pliku 256 KB
Liczba instalacji 100
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2023-06-17
Data Publikacji 2020-06-22
Deweloper https://priceguard.com.au
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://priceguard.com.au
Adres URL Strony Pomocy https://priceguard.com.au
Obsługiwane Języki 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"
    ]
}