autoFill

autoFill is used to fill the form field with random value

Apa itu autoFill?

autoFill adalah ekstensi Chrome yang dikembangkan oleh cognitiveatom, dan fitur utamanya adalah "autoFill is used to fill the form field with random value".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi autoFill

Unduh file ekstensi autoFill 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

                        autoFill is use for an tester and developer to fill the form (contain x number of fields) by random value for their testing.                    

Informasi Dasar Ekstensi

Nama autoFill autoFill
ID acpgjmjldamjjinpkchgnimfcdilcilb
URL Resmi https://chromewebstore.google.com/detail/autofill/acpgjmjldamjjinpkchgnimfcdilcilb
Deskripsi autoFill is used to fill the form field with random value
Ukuran File 1.21 MB
Jumlah Instalasi 556
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-11-06
Tanggal Publikasi 2019-11-05
Penilaian 5.00/5 Total 4 Penilaian
Pengembang cognitiveatom
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "autoFill",
    "short_name": "form fill",
    "description": "autoFill is used to fill the form field with random value",
    "version": "1.1",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "assets\/img\/logo\/icon16.png",
        "48": "assets\/img\/logo\/icon48.png",
        "128": "assets\/img\/logo\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.paypal.com https:\/\/www.paypalobjects.com; object-src 'self'"
}