Fill: Edit, Sign, Send, Store and Print PDF's

Fill makes it simple to complete PDF forms. Sign documents, or send a form to someone to sign. Edit, print or download your forms!

Fill: Edit, Sign, Send, Store and Print PDF'sคืออะไร?

Fill: Edit, Sign, Send, Store and Print PDF's เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fill.io และคุณลักษณะหลักของมันคือ "Fill makes it simple to complete PDF forms. Sign documents, or send a form to someone to sign. Edit, print or download your forms!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fill: Edit, Sign, Send, Store and Print PDF's

ดาวน์โหลดไฟล์ส่วนขยาย Fill: Edit, Sign, Send, Store and Print PDF's ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Fill.io makes it really easy to sign PDF documents online.

Sign PDF electronically with Fill.io - Quickly add a signature to PDF files.
You can use Edit Mode to use Fill.io as a Free PDF editor.

Feel like you are wasting time editing, filling or sending Tax, real-estate, HR, Land Registry and other business PDF forms? Our mission at Fill is simple: To be the easiest way to complete and sign PDF forms, for everyone.

We offer thousands of other editable tax forms, application forms, sign off forms, contracts, for you to fill out. These forms often end up in your inbox and you have no choice but to fill in them. Instead of reaching for the printer or a desktop application just open the document in Fill and complete & sign your document easily. All our forms are easily fillable and printable, you can even upload an existing document or build your own editable PDF from a blank document.

The Fill Chrome extension provides integration with the Fill platform within the Chrome browser. It allows easy access and uploads to Fill from anywhere on the web so you can upload your PDF attachments straight to Fill. 
In addition, the seamless "auto open" feature means that next time you need to Edit a PDF you can do it with Fill.io. With the dropdown extension window, you can also upload any PDF file straight to Fill, no matter where you are!

How do I digitally sign a PDF? With Fill.io you can write your signature using your finger, keyboard or by upload an image. Each time you request a signature from somone, Fill logs information such as their IP address and browser details so that you have a audit trail for signed documents.                    

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

ชื่อ Fill: Edit, Sign, Send, Store and Print PDF's Fill: Edit, Sign, Send, Store and Print PDF's
ID fjddglnphjcbiidehkejcpekajbefjka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fill-edit-sign-send-store/fjddglnphjcbiidehkejcpekajbefjka
คำอธิบาย Fill makes it simple to complete PDF forms. Sign documents, or send a form to someone to sign. Edit, print or download your forms!
ขนาดไฟล์ 83.55 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.0.11
อัปเดตครั้งล่าสุด 2020-04-28
วันที่เผยแพร่ 2020-04-27
คะแนน 3.08/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา https://fill.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fill.io
URL หน้าช่วยเหลือ https://help.fill.io/
URL หน้านโยบายความเป็นส่วนตัว https://fill.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fill: Edit, Sign, Send, Store and Print PDF's",
    "version": "1.0.11",
    "description": "Fill makes it simple to complete PDF forms. Sign documents, or send a form to someone to sign. Edit, print or download your forms!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "incognito": "split",
    "permissions": [
        "activeTab",
        "webNavigation",
        "identity",
        "identity.email",
        "storage",
        "tabs",
        "https:\/\/mail.google.com\/ ",
        "https:\/\/mail-attachment.googleusercontent.com\/"
    ],
    "browser_action": {
        "default_popup": "defaultpopup\/defaultpopup.html",
        "default_icon": {
            "16": "images\/favicon-16x16-grey.png",
            "32": "images\/favicon-32x32-grey.png",
            "48": "images\/favicon-48x48-grey.png",
            "128": "images\/favicon-128x128-grey.png"
        }
    },
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "48": "images\/favicon-48x48.png",
        "128": "images\/favicon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "*.pdf",
                "*.PDF"
            ],
            "exclude_globs": [
                "fill.io"
            ],
            "js": [
                "contentscripts\/follow.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.fill.io\/*",
            "https:\/\/fill.io\/*",
            "http:\/\/localhost:5500\/*"
        ]
    },
    "manifest_version": 2
}