Smart Forms

Preencher formulários automaticamente

Smart Forms là gì?

Smart Forms là một tiện ích mở rộng Chrome được phát triển bởi https://digitudo.com.br, và tính năng chính của nó là "Preencher formulários automaticamente".

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

screenshot
screenshot
screenshot

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

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

                        Uma extensão que vai revolucionar a forma como você preenche seus formulários. Permite preencher campos com tipos predefinidos que incluem: CPF, Telefone, data, e-mail, website, etc. O usuário pode criar seus próprios templates de preenchimento e salvar formulários para posterior utilização.
Muito útil para quem trabalha com testes ou precisa preencher um mesmo formulário várias vezes.                    

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

Tên Smart Forms Smart Forms
ID eaebgmabhiphdogbmhcmdeioijehfaph
URL Chính Thức https://chromewebstore.google.com/detail/smart-forms/eaebgmabhiphdogbmhcmdeioijehfaph
Mô tả Preencher formulários automaticamente
Kích Thước Tệp 553 KB
Số Lần Cài Đặt 1,515
Phiên Bản Hiện Tại 0.0.1.0
Cập Nhật Lần Cuối 2016-05-11
Ngày Phát Hành 2016-05-11
Đánh Giá 3.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://digitudo.com.br
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://www.digitudo.com.br/smart-forms
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Forms",
    "short_name": "Smart Forms",
    "version": "0.0.1.0",
    "description": "Preencher formul\u00e1rios automaticamente",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Smart Forms",
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "options_page": "pages\/options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-2.1.1.min.js",
                "lib\/jquery-ui.min.js",
                "js\/contentscript.js",
                "lib\/jquery-impromptu.js"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/jquery-ui.theme.min.css",
                "lib\/jquery-impromptu.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "lib\/jquery-ui.min.js",
        "lib\/jquery-2.1.1.min.js",
        "lib\/jquery-impromptu.js"
    ],
    "manifest_version": 2
}