PGO by G100

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

Apa itu PGO by G100?

PGO by G100 adalah ekstensi Chrome yang dikembangkan oleh shahrinrazmi, dan fitur utamanya adalah "Extension for G100 Public Gold Dealers to download their customer datas from business center page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PGO by G100

Unduh file ekstensi PGO by G100 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

                        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.                    

Informasi Dasar Ekstensi

Nama PGO by G100 PGO by G100
ID ikfaidmmhokhgocfhhddhlahmbikjaed
URL Resmi https://chromewebstore.google.com/detail/pgo-by-g100/ikfaidmmhokhgocfhhddhlahmbikjaed
Deskripsi Extension for G100 Public Gold Dealers to download their customer datas from business center page.
Ukuran File 42.66 KB
Jumlah Instalasi 554
Versi Saat Ini 3.5
Terakhir Diperbarui 2024-01-26
Tanggal Publikasi 2023-01-19
Penilaian 5.00/5 Total 1 Penilaian
Pengembang shahrinrazmi
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://publicgoldofficial.com/app/privacy-policy
Bahasa yang Didukung 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"
    }
}