ERP Alerts
Get placement and internship alerts
Was ist ERP Alerts?
ERP Alerts ist eine Chrome-Erweiterung, die von BloggerBoy entwickelt wurde, und ihr Hauptmerkmal ist "Get placement and internship alerts".
Erweiterungsscreenshots
ERP Alerts-Erweiterungs-CRX-Datei herunterladen
Laden Sie ERP Alerts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Push notifications for the Placement and Internship.
Grundlegende Informationen zur Erweiterung
Name | ERP Alerts |
ID | hnnjfmjhhdmajofafjndhpmohfodakco |
Offizielle URL | https://chromewebstore.google.com/detail/erp-alerts/hnnjfmjhhdmajofafjndhpmohfodakco |
Beschreibung | Get placement and internship alerts |
Dateigröße | 981 KB |
Installationsanzahl | 55 |
Aktuelle Version | 2.6 |
Letztes Update | 2023-11-18 |
Veröffentlichungsdatum | 2023-11-09 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | BloggerBoy |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://erpalerts.kgplife.com/ |
URL der Datenschutzrichtlinien-Seite | https://erpalerts.kgplife.com/privacy-policy |
Unterstützte Sprachen | 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" ] } } |