Form Profile

Preencher formulários automaticamente

Form Profileคืออะไร?

Form Profile เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://digitudo.com.br และคุณลักษณะหลักของมันคือ "Preencher formulários automaticamente"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Form Profile

ดาวน์โหลดไฟล์ส่วนขยาย Form Profile ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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

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

ชื่อ Form Profile Form Profile
ID fdhahfjkkbcjahnhonpojihdijncikaj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/form-profile/fdhahfjkkbcjahnhonpojihdijncikaj
คำอธิบาย Preencher formulários automaticamente
ขนาดไฟล์ 550 KB
จำนวนการติดตั้ง 328
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2016-05-29
วันที่เผยแพร่ 2016-05-29
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://digitudo.com.br
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}