smartfiller-chrome

Learns as you fill forms, you will never have to type the same thing twice.

smartfiller-chrome là gì?

smartfiller-chrome là một tiện ích mở rộng Chrome được phát triển bởi pablotomasborda, và tính năng chính của nó là "Learns as you fill forms, you will never have to type the same thing twice.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng smartfiller-chrome

Tải xuống các tệp mở rộng smartfiller-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

                        Learns as you fill forms, you will never have to type the same thing twice.
Works in your local browser memory, no server no cloud no accounts, no
payments, no subscription, and not filling the information in the form
filler. 
You are the only owner of the information.                    

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

Tên smartfiller-chrome smartfiller-chrome
ID fhlkmhgjnaiojghodnfmaienkjooccah
URL Chính Thức https://chrome.google.com/webstore/detail/smartfiller-chrome/fhlkmhgjnaiojghodnfmaienkjooccah
Mô tả Learns as you fill forms, you will never have to type the same thing twice.
Kích Thước Tệp 57.55 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-03-13
Ngày Phát Hành 2018-03-13
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển pablotomasborda
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/PabloBorda/smartfiller-chrome
URL Trang Trợ Giúp https://github.com/PabloBorda/smartfiller-chrome
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "smartfiller-chrome",
    "description": "Learns as you fill forms, you will never have to type the same thing twice.",
    "version": "1.1",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "jquery-2.1.0.min.js",
            "main.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": "form.png",
        "default_popup": "background.html"
    }
}