SimpleFill

Simply fill forms with SimpleFill. The simplest and easiest form filler ever.

SimpleFillคืออะไร?

SimpleFill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://plugins.compzets.com และคุณลักษณะหลักของมันคือ "Simply fill forms with SimpleFill. The simplest and easiest form filler ever."

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

screenshot
screenshot

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

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

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

                        After installing, just right-click and hover on "Simply Fill with SimpleFill" and click on "Options". Add your information there which you want to appear in the Context Menu and start filling forms in clicks.

Having added your information, right-click on input fields or drop-downs and click on the respective information you want to fill under "Simply fill with SimpleFill" context menu.

You need only two mouse-clicks per field to fill up any form. No matter how lengthy your Name or Address may be, just 2-clicks and you are done. Users who love the auto fill feature of Opera Browser will love this because its concept of filling forms is quite similar.

It works on all versions of Chrome.

Visit http://plugins.compzets.com/simplefill to know more.


A new mac app launched by the same developer that helps you give better presentations, online classes, and video tutorials. Check out https://presentify.compzets.com for a limited time offer.


CHANGE LOG:
============
v2.0.7 - Updated manifest and other minor things
v2.0.6 - Fixed broken links
v2.0.5 - Updated jQuery version to 3.2.1 and removed jQuery from background
v2.0.3 - Added Export/Import functionality
             Added option for appending or replacing field values while filling forms        
v2.0.2 - No need to restart browser after saving data into SimpleFill
v2.0.1 - Minor fixes related to Options in context menu, UI fixes, etc.
v2.0.0 - Major Update which includes use of chrome-storage instead of local-storage, syncs data across chrome browsers, works in incognito mode and some other minor tweaks.
v1.1.2 - Fixed error in adding options (Thanks to Les Hay of Livingston, Scotland)
v1.1.1 - Added error dialog & footer in options page and some other minor modifications to the code
v1.1.0   - Fixed error in options in contextMenu
v1.0.0   - Initial Release                    

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

ชื่อ SimpleFill SimpleFill
ID pjdkmeabgpggjenaichdfjhdckcejjik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simplefill/pjdkmeabgpggjenaichdfjhdckcejjik
คำอธิบาย Simply fill forms with SimpleFill. The simplest and easiest form filler ever.
ขนาดไฟล์ 81.62 KB
จำนวนการติดตั้ง 7,147
เวอร์ชันปัจจุบัน 2.0.7
อัปเดตครั้งล่าสุด 2021-09-26
วันที่เผยแพร่ 2020-05-17
คะแนน 3.99/5 รวมทั้งหมด 68 คะแนน
ผู้พัฒนา https://plugins.compzets.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://plugins.compzets.com/simplefill/
URL หน้าช่วยเหลือ https://www.compzets.com/view-info.php?info=Contact%20Us
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimpleFill",
    "description": "Simply fill forms with SimpleFill. The simplest and easiest form filler ever.",
    "version": "2.0.7",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "manifest_version": 2
}