Social Security App for chrome
Helps you with applying for Social Security more efficiently. The extension is exclusively for Relocare's Social Security App.
Social Security App for chrome란 무엇입니까?
Social Security App for chrome은(는) Social Security APP에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps you with applying for Social Security more efficiently. The extension is exclusively for Relocare's Social Security App."입니다.
확장 프로그램 스크린샷
Social Security App for chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It fills out the social security form (A1) on virk.dk check socialsecurityapp.eu for more information
확장 프로그램 기본 정보
이름 | |
ID | mbbklcgcmoakknngnplmpekeoeameaho |
공식 URL | https://chrome.google.com/webstore/detail/social-security-app-for-c/mbbklcgcmoakknngnplmpekeoeameaho |
설명 | Helps you with applying for Social Security more efficiently. The extension is exclusively for Relocare's Social Security App. |
파일 크기 | 64.77 KB |
설치 횟수 | 61 |
현재 버전 | 0.0.6.19 |
최근 업데이트 | 2023-05-09 |
출시 날짜 | 2020-02-24 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Social Security APP |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://socialsecurityapp.eu/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Social Security App for chrome", "externally_connectable": { "matches": [ "*:\/\/*.socialsecurityapp.eu\/*" ] }, "version": "0.0.6.19", "description": "Helps you with applying for Social Security more efficiently. The extension is exclusively for Relocare's Social Security App.", "permissions": [ "webRequest", "*:\/\/*.socialsecurityapp.eu\/", "activeTab", "declarativeContent", "storage", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/SSAicon16.png", "32": "icons\/SSAicon32.png", "48": "icons\/SSAicon48.png", "128": "icons\/SSAicon128.png" } }, "icons": { "16": "icons\/SSAicon16.png", "32": "icons\/SSAicon32.png", "48": "icons\/SSAicon48.png", "128": "icons\/SSAicon128.png" }, "web_accessible_resources": [ "*.mp3" ], "manifest_version": 2 } |