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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Social Security APP และคุณลักษณะหลักของมันคือ "Helps you with applying for Social Security more efficiently. The extension is exclusively for Relocare's Social Security App."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Security App for chrome

ดาวน์โหลดไฟล์ส่วนขยาย Social Security App for chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Social Security App for chrome Social Security App for chrome
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
}