Form Profile

Preencher formulários automaticamente

Form Profile là gì?

Form Profile là một tiện ích mở rộng Chrome được phát triển bởi http://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

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

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

                        Form Profile permite preencher formulários com apenas um clique. Permite criar perfis de preenchimento.                    

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

Tên Form Profile Form Profile
ID fdhahfjkkbcjahnhonpojihdijncikaj
URL Chính Thức https://chrome.google.com/webstore/detail/form-profile/fdhahfjkkbcjahnhonpojihdijncikaj
Mô tả Preencher formulários automaticamente
Kích Thước Tệp 550 KB
Số Lần Cài Đặt 328
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2016-05-29
Ngày Phát Hành 2016-05-29
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://digitudo.com.br
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Form Profile",
    "short_name": "Form Profile",
    "version": "0.0.0.2",
    "description": "Preencher formul\u00e1rios automaticamente",
    "permissions": [
        "activeTab",
        "storage",
        "downloads"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "pages\/options.html",
    "browser_action": {
        "default_title": "Form Profile",
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon-128.png",
        "64": "images\/icon-64.png",
        "48": "images\/icon-48.png",
        "32": "images\/icon-32.png",
        "16": "images\/icon-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-2.1.1.min.js",
                "lib\/jquery-ui.min.js",
                "js\/contentscript.js"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/jquery-ui.theme.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "lib\/jquery-ui.min.js",
        "lib\/jquery-2.1.1.min.js"
    ],
    "manifest_version": 2
}