PGO by G100

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

Что такое PGO by G100?

PGO by G100 - это расширение Chrome, разработанное shahrinrazmi, и его основная функция - "Extension for G100 Public Gold Dealers to download their customer datas from business center page.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения PGO by G100

Скачайте файлы расширений 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
Электронная почта [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"
    }
}