PGO by G100

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

PGO by G100とは何ですか?

PGO by G100はshahrinrazmiによって開発されたChromeの拡張機能で、その主な機能は「Extension for G100 Public Gold Dealers to download their customer datas from business center page.」です。

拡張機能のスクリーンショット

screenshot

PGO by G100拡張機能のCRXファイルをダウンロード

PGO by G100拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 PGO by G100 PGO by G100
ID ikfaidmmhokhgocfhhddhlahmbikjaed
公式URL https://chromewebstore.google.com/detail/pgo-by-g100/ikfaidmmhokhgocfhhddhlahmbikjaed
説明 Extension for G100 Public Gold Dealers to download their customer datas from business center page.
ファイルサイズ 42.66 KB
インストール数 554
現在のバージョン 3.5
最終更新日 2024-01-26
公開日 2023-01-19
評価 5.00/5 合計 1 レビュー
開発者 shahrinrazmi
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://publicgoldofficial.com/app/privacy-policy
対応言語 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"
    }
}