Fake Data - A form filler you won't hate

The most advanced tool for filling forms with fake and random data.

Fake Data - A form filler you won't hateคืออะไร?

Fake Data - A form filler you won't hate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fakedata.pro และคุณลักษณะหลักของมันคือ "The most advanced tool for filling forms with fake and random data."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fake Data - A form filler you won't hate

ดาวน์โหลดไฟล์ส่วนขยาย Fake Data - A form filler you won't hate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        ‼️  After installation you will have to reload the tabs that are already open for the extension to work properly inside them.  ‼️

✔️ Fake Data will help you insert random values in any form field.

✔️ Generate random names, emails, addresses, phone numbers and many more types of data.

✔️ Create your own types of data using JavaScript code, which opens unlimited possibilities.

✔️ No configuration or initial setup required, unless you want to. Just right click on any input field and choose what type of data to insert.

✔️ Fill single fields or entire form at once.

✔️ Easy keyboard shortcuts will make your work even faster.
      On Mac: (Cmd + Double Click)
      On Windows / Linux: (Alt + Double Click)

✔️ Auto learn feature will ease your work even more. You don't have to tell it twice to remember.

✔️ User friendly interface and easy to understand configurations. Everything works as you would expect.                    

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

ชื่อ Fake Data - A form filler you won't hate Fake Data - A form filler you won't hate
ID gchcfdihakkhjgfmokemfeembfokkajj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fake-data-a-form-filler-y/gchcfdihakkhjgfmokemfeembfokkajj
คำอธิบาย The most advanced tool for filling forms with fake and random data.
ขนาดไฟล์ 3.31 MB
จำนวนการติดตั้ง 43,504
เวอร์ชันปัจจุบัน 4.8.2
อัปเดตครั้งล่าสุด 2023-11-02
วันที่เผยแพร่ 2020-06-28
คะแนน 4.72/5 รวมทั้งหมด 97 คะแนน
ผู้พัฒนา https://fakedata.pro
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.fakedata.pro/
URL หน้าช่วยเหลือ https://github.com/haterapps/fake-data/issues
URL หน้านโยบายความเป็นส่วนตัว https://www.fakedata.pro/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Fake Data - A form filler you won't hate",
    "description": "The most advanced tool for filling forms with fake and random data.",
    "version": "4.8.2",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "optional_permissions": [
        "notifications"
    ],
    "homepage_url": "https:\/\/www.fakedata.pro\/",
    "commands": {
        "command-fill-active-field": {
            "description": "Fill active field"
        },
        "command-fill-active-form": {
            "description": "Fill active form"
        },
        "command-fill-entire-page": {
            "description": "Fill entire page"
        },
        "command-manage-active-field": {
            "description": "Manage active field"
        }
    },
    "name": "Fake Data - A form filler you won't hate",
    "options_page": "options\/index.html",
    "offline_enabled": true,
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/browser.js",
            "js\/manifest_version_definer.js",
            "js\/mv_bridge.js",
            "js\/helpers.js",
            "js\/init.js",
            "js\/faker.js",
            "js\/moment-with-locales.js",
            "js\/fuzzyset.js",
            "js\/faker-js-backwards-compatibility.js",
            "js\/faker_defines.js",
            "js\/rsa.js",
            "js\/md5.js",
            "js\/ultra_subscription.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "js\/browser.js",
                "js\/deferred_promise.js",
                "js\/jquery.js",
                "js\/css-selector-generator.js",
                "js\/integrations\/select2.integration.js",
                "js\/integrations\/angular-material.integration.js",
                "js\/integrations\/react-select.integration.js",
                "js\/integrations\/vuetify.integration.js",
                "js\/integrations\/google-sheets.integration.js",
                "js\/integrations\/fd-public-api.integration.js",
                "js\/integrations\/page_functions\/_func_fd-public-api.integration.js",
                "js\/integrations\/page_functions\/_func_select2.integration.js",
                "js\/integrations\/page_functions\/_func_google-sheets.integration.js",
                "js\/integrations\/google-forms.integration.js",
                "js\/foreground.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "Fake Data"
    }
}