PGO by G100
Extension for G100 Public Gold Dealers to download their customer datas from business center page.
Qu'est-ce que PGO by G100 ?
PGO by G100 est une extension Chrome développée par shahrinrazmi, et sa fonction principale est "Extension for G100 Public Gold Dealers to download their customer datas from business center page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PGO by G100
Téléchargez les fichiers d'extension PGO by G100 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | PGO by G100 |
ID | ikfaidmmhokhgocfhhddhlahmbikjaed |
URL Officiel | https://chromewebstore.google.com/detail/pgo-by-g100/ikfaidmmhokhgocfhhddhlahmbikjaed |
Description | Extension for G100 Public Gold Dealers to download their customer datas from business center page. |
Taille du Fichier | 42.66 KB |
Nombre d'Installations | 554 |
Version Actuelle | 3.5 |
Dernière Mise à Jour | 2024-01-26 |
Date de Publication | 2023-01-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | shahrinrazmi |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://publicgoldofficial.com/app/privacy-policy |
Langues Prises en Charge | 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" } } |