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 | 
| 官方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 | 
| 电子邮箱 | [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"
    }
} | |