ERP Alerts
Get placement and internship alerts
Qu'est-ce que ERP Alerts ?
ERP Alerts est une extension Chrome développée par BloggerBoy, et sa fonction principale est "Get placement and internship alerts".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ERP Alerts
Téléchargez les fichiers d'extension ERP Alerts 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
Push notifications for the Placement and Internship.
Informations de Base sur l'Extension
Nom | ERP Alerts |
ID | hnnjfmjhhdmajofafjndhpmohfodakco |
URL Officiel | https://chromewebstore.google.com/detail/erp-alerts/hnnjfmjhhdmajofafjndhpmohfodakco |
Description | Get placement and internship alerts |
Taille du Fichier | 981 KB |
Nombre d'Installations | 55 |
Version Actuelle | 2.6 |
Dernière Mise à Jour | 2023-11-18 |
Date de Publication | 2023-11-09 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | BloggerBoy |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://erpalerts.kgplife.com/ |
URL de la Page de Politique de Confidentialité | https://erpalerts.kgplife.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ERP Alerts", "version": "2.6", "description": "Get placement and internship alerts", "action": { "default_popup": "index.html", "default_icon": { "16": "icon.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "gcm", "notifications", "identity", "identity.email", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnFvmtVVWVRVSo2VPfYlN9d6TApqJhg\/f4dKdZyNBtYbz5iEa7RqDGLPGqXin3T4LzWutSksmQZhYj0xTirCoewADNJBLNxZUyoTNYY8Hvjo4N3Nk8fLXIWmTPl7ouFsZRNhhez7vxQJktie7x8Li5tYiEKpYTxzNNwp0f+U7AVMmjNdCn1Rn+M85zsuYZ1DqxgpUSUyUg9EBOzYVPsySaqnKIWXdiWBc\/NRuIFpr2jNB1DdO4zS5tb0eyGukFXaVA0\/D2nL3tuX59q1ybnEFf3iSsCiDpWBdrteZ6rsLnFpmrtW8KahTSJVkEDZPop4pYtxdVNuTFvy53L1Ad0faOQIDAQAB", "oauth2": { "client_id": "208183960915-7njhicta9i3m2v54k1ku61htmu7dlvb6.apps.googleusercontent.com", "scopes": [ "profile email" ] } } |