smartfiller-chrome

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

Apa itu smartfiller-chrome?

smartfiller-chrome adalah ekstensi Chrome yang dikembangkan oleh pablotomasborda, dan fitur utamanya adalah "Learns as you fill forms, you will never have to type the same thing twice.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi smartfiller-chrome

Unduh file ekstensi smartfiller-chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama smartfiller-chrome smartfiller-chrome
ID fhlkmhgjnaiojghodnfmaienkjooccah
URL Resmi https://chrome.google.com/webstore/detail/smartfiller-chrome/fhlkmhgjnaiojghodnfmaienkjooccah
Deskripsi Learns as you fill forms, you will never have to type the same thing twice.
Ukuran File 57.55 KB
Jumlah Instalasi 117
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-03-13
Tanggal Publikasi 2018-03-13
Penilaian 2.33/5 Total 3 Penilaian
Pengembang pablotomasborda
Tipe Pembayaran free
Situs Ekstensi https://github.com/PabloBorda/smartfiller-chrome
URL Halaman Bantuan https://github.com/PabloBorda/smartfiller-chrome
Bahasa yang Didukung 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"
    }
}