Safefile

Safefile

Safefileคืออะไร?

Safefile เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Assistance Solutions Ltd และคุณลักษณะหลักของมันคือ "Safefile"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Safefile

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

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

                        SafeFile makes it easy to manage your estate, both now and in the future. 

Key information about your assets and affairs may be in paper or digital format, held by banks, solicitors, online service providers, or by you, in your filing cabinet, in your computer, in your cloud or in your head. 

SafeFile helps you keep tabs on what you have, and where you have it, without forcing you to change the way you work. And upon your death, having this information in one place greatly reduces the stress on loved ones faced with the task of managing your estate.

This SafeFile extension gives you one-click access to your filing cabinet from your browser, and also prompts you - seamlessly and unobtrusively - to add and update information about the various online accounts you hold, as you browse the web.                    

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

ชื่อ Safefile Safefile
ID mmhkfimngahfmcfknjbokkpciocgnbkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/safefile/mmhkfimngahfmcfknjbokkpciocgnbkf
คำอธิบาย Safefile
ขนาดไฟล์ 116 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2015-01-20
วันที่เผยแพร่ 2015-01-20
ผู้พัฒนา Assistance Solutions Ltd
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://safefile.co.uk
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Safefile",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Safefile",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/www.safefile.co.uk\/",
    "version": "2.0.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "Safefile"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}