PGO by G100

Extension for G100 Public Gold Dealers to download their customer datas from business center page.

Was ist PGO by G100?

PGO by G100 ist eine Chrome-Erweiterung, die von shahrinrazmi entwickelt wurde, und ihr Hauptmerkmal ist "Extension for G100 Public Gold Dealers to download their customer datas from business center page.".

Erweiterungsscreenshots

screenshot

PGO by G100-Erweiterungs-CRX-Datei herunterladen

Laden Sie PGO by G100-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Extension for G100 Public Gold Dealers to download their customer datas from business center page. One click button and data will download to CSV file.                    

Grundlegende Informationen zur Erweiterung

Name PGO by G100 PGO by G100
ID ikfaidmmhokhgocfhhddhlahmbikjaed
Offizielle URL https://chromewebstore.google.com/detail/pgo-by-g100/ikfaidmmhokhgocfhhddhlahmbikjaed
Beschreibung Extension for G100 Public Gold Dealers to download their customer datas from business center page.
Dateigröße 42.66 KB
Installationsanzahl 554
Aktuelle Version 3.5
Letztes Update 2024-01-26
Veröffentlichungsdatum 2023-01-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler shahrinrazmi
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://publicgoldofficial.com/app/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PGO by G100",
    "description": "Extension for G100 Public Gold Dealers to download their customer datas from business center page.",
    "version": "3.5",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pgmall.my\/*"
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "PGO by G100",
        "default_popup": "background.html"
    }
}