ERP Alerts
Get placement and internship alerts
ERP Alerts란 무엇입니까?
ERP Alerts은(는) BloggerBoy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get placement and internship alerts"입니다.
확장 프로그램 스크린샷
ERP Alerts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Push notifications for the Placement and Internship.
확장 프로그램 기본 정보
이름 | ERP Alerts |
ID | hnnjfmjhhdmajofafjndhpmohfodakco |
공식 URL | https://chromewebstore.google.com/detail/erp-alerts/hnnjfmjhhdmajofafjndhpmohfodakco |
설명 | Get placement and internship alerts |
파일 크기 | 981 KB |
설치 횟수 | 55 |
현재 버전 | 2.6 |
최근 업데이트 | 2023-11-18 |
출시 날짜 | 2023-11-09 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | BloggerBoy |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://erpalerts.kgplife.com/ |
개인정보 보호 정책 페이지 URL | https://erpalerts.kgplife.com/privacy-policy |
지원되는 언어 | 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" ] } } |