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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PGO by G100
قم بتنزيل ملفات الامتداد PGO by G100 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |