SkyHey PDF Form Filler

PDF Form Filler

SkyHey PDF Form Fillerคืออะไร?

SkyHey PDF Form Filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://skyhey.com และคุณลักษณะหลักของมันคือ "PDF Form Filler"

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

screenshot

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

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

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

                        SkyHey as PDF Form Filler
You may use SkyHey as a PDF form filler. You do this by opening your PDF form with SkyHey and adding fields onto the form. A data entry grid is automatically generated for the fastest data entry.
- Fastest data entry: tab-and-type in the entry grid -- No need to use mouse
- Fast preview: instant preview for the filled-out form
- Download filled-out form as PDF
- Email filled-out form as PDF
- Save form data to Excel sheet
- Search and retrieve form data for report generation and data export
- Support shortcut keys
- Support signature
- and much more…

SkyHey as Excel Sheet Filler
You may also use SkyHey as an Excel sheet filler -- You do this by creating a form with fields and field indexes that match the cells of your Excel sheet's row. When you fill out the form and save, the form data is saved as a row in the sheet. You may download the sheet as CSV file and import it to your Excel.

SkyHey as Report Generator for Your Excel Sheet
You may also use SkyHey as a report generator for your Excel sheet -- You do this by creating a form as a report template. Then copy (Ctrl+C) your Excel CSV sheet row to clipboard, and import (Ctrl+Alt+I) it to the template.

Data Entry by Multiple Users
You may create multiple User accounts for your master account, and let them to do data entry for your forms.

Free Trial
Free 30-day trial                    

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

ชื่อ SkyHey PDF Form Filler SkyHey PDF Form Filler
ID ghkgbnhleghbgggchmoegmhhmgilcdbc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/skyhey-pdf-form-filler/ghkgbnhleghbgggchmoegmhhmgilcdbc
คำอธิบาย PDF Form Filler
ขนาดไฟล์ 816 KB
จำนวนการติดตั้ง 369
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://skyhey.com
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย http://skyhey.com
URL หน้าช่วยเหลือ http://skyhey.com/support.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " SkyHey PDF Form Filler",
    "short_name": " SkyHey PDF Form Filler",
    "version": "1.2",
    "description": "PDF Form Filler",
    "permissions": [
        "background",
        "tabs",
        "file:\/\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ",
    "background": {
        "page": "views\/background\/background.html"
    },
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "48": "images\/favicon-48x48.png",
        "192": "images\/favicon-192x192.png"
    },
    "browser_action": {
        "default_title": "SkyHeyFormFiller",
        "default_icon": "images\/favicon-32x32.png",
        "default_popup": "views\/popup\/popup.html"
    },
    "manifest_version": 2
}