ERP Alerts
Get placement and internship alerts
Vad är ERP Alerts?
ERP Alerts är en Chrome-tillägg utvecklad av BloggerBoy, och dess huvudfunktion är "Get placement and internship alerts".
Tilläggsskärmbilder
Ladda ner ERP Alerts-förlängningens CRX-fil
Ladda ner ERP Alerts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Push notifications for the Placement and Internship.
Grundläggande Information om Tillägg
Namn | ERP Alerts |
ID | hnnjfmjhhdmajofafjndhpmohfodakco |
Officiell webbadress | https://chromewebstore.google.com/detail/erp-alerts/hnnjfmjhhdmajofafjndhpmohfodakco |
Beskrivning | Get placement and internship alerts |
Filstorlek | 981 KB |
Antal Installationer | 55 |
Aktuell Version | 2.6 |
Senast Uppdaterad | 2023-11-18 |
Publiceringsdatum | 2023-11-09 |
Betyg | 3.00/5 Totalt 1 Betyg |
Utvecklare | BloggerBoy |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://erpalerts.kgplife.com/ |
URL till Sekretesspolicy Sidan | https://erpalerts.kgplife.com/privacy-policy |
Stödda Språk | 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" ] } } |