Easy Form Filler

Easy Form Filler extension

Easy Form Fillerคืออะไร?

Easy Form Filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 1showme.com และคุณลักษณะหลักของมันคือ "Easy Form Filler extension"

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

screenshot

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

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

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

                        The extension allows you to easily save the entered data in the fields on web pages.
Filling in previously entered data is possible in manual and automatic mode.
When you open the extension window, only the data that has been entered on this web page is displayed.                    

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

ชื่อ Easy Form Filler Easy Form Filler
ID kkjjaaeondnopoihckldffjgeofjdlep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-form-filler/kkjjaaeondnopoihckldffjgeofjdlep
คำอธิบาย Easy Form Filler extension
ขนาดไฟล์ 388 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-01-23
วันที่เผยแพร่ 2020-01-20
ผู้พัฒนา 1showme.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://1showme.com/privacy_policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Form Filler",
    "description": "Easy Form Filler extension",
    "version": "1.0",
    "icons": {
        "128": "favicon_128px_blue.png"
    },
    "browser_action": {
        "default_title": "Easy Form Filler",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fill_fields.js",
                "extension.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}