PGO by G100

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

What is PGO by G100?

PGO by G100 is a Chrome extension developed by shahrinrazmi, and its main feature is "Extension for G100 Public Gold Dealers to download their customer datas from business center page.".

Extension Screenshots

screenshot

Download PGO by G100 Extension CRX File

Download PGO by G100 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

                        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.                    

Extension Basic Information

Name PGO by G100 PGO by G100
ID ikfaidmmhokhgocfhhddhlahmbikjaed
Official URL https://chromewebstore.google.com/detail/pgo-by-g100/ikfaidmmhokhgocfhhddhlahmbikjaed
Description Extension for G100 Public Gold Dealers to download their customer datas from business center page.
File Size 42.66 KB
Installation Count 554
Current Version 3.5
Last Updated 2024-01-26
Publish Date 2023-01-19
Rating 5.00/5 Total 1 Ratings
Developer shahrinrazmi
Email [email protected]
Payment Type free
Privacy Policy Page URL https://publicgoldofficial.com/app/privacy-policy
Supported Languages 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"
    }
}