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.”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |  | 
| ID | ikfaidmmhokhgocfhhddhlahmbikjaed | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
    }
} | |