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 là gì?

Social Security App for chrome là một tiện ích mở rộng Chrome được phát triển bởi Social Security APP, và tính năng chính của nó là "Helps you with applying for Social Security more efficiently. The extension is exclusively for Relocare's Social Security App.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Social Security App for chrome

Tải xuống các tệp mở rộng Social Security App for chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        It fills out the social security form (A1) on virk.dk
check socialsecurityapp.eu for more information                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Social Security App for chrome Social Security App for chrome
ID mbbklcgcmoakknngnplmpekeoeameaho
URL Chính Thức https://chrome.google.com/webstore/detail/social-security-app-for-c/mbbklcgcmoakknngnplmpekeoeameaho
Mô tả Helps you with applying for Social Security more efficiently. The extension is exclusively for Relocare's Social Security App.
Kích Thước Tệp 64.77 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 0.0.6.19
Cập Nhật Lần Cuối 2023-05-09
Ngày Phát Hành 2020-02-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Social Security APP
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://socialsecurityapp.eu/
Ngôn Ngữ Được Hỗ Trợ 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
}