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"
    }
}