V-DOCS for Chrome

Open a page or document in the V-DOCS client software to sign

V-DOCS for Chromeคืออะไร?

V-DOCS for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maplewave และคุณลักษณะหลักของมันคือ "Open a page or document in the V-DOCS client software to sign"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย V-DOCS for Chrome

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

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

                        Say goodbye to paper and create operational efficiencies with V-DOCS digital contracts, the mobile industry’s premier paperless contract solution!

Paper contracts are time and cost inefficient, requiring an enormous amount of resources to generate and process them.  This hinders the customer experience, and organizations bear the cost of paper, toner, storage space and labour.

V-DOCS digital contracts are quick, simple, accessible and secure.  The V-DOCS solution digitally presents, signs, seals, stores, verifies and retrieves all documents related to a customer transaction with virtually no change to existing in-store procedures.  V-DOCS improves customer satisfaction and processing speeds, while providing centralized access to agreements digitally archived in our secure storage solution. Moreover, V-DOCS helps companies save money, both on physical resources and the labour required to maintain them, while being environmentally conscious in doing so!

With the V-DOCS Chrome Extension, you can:

• Submit, sign and process contracts quickly & conveniently from your Web Browser.
• Ensure that contracts are signed and dated at all applicable signature points.
• Effortlessly provide your customer with a signed PDF copy of the contract via email.
• Easily attach any additional supporting materials to the contract, such as a driver’s license, simply by using your mobile device’s camera. 
• Quickly access any incomplete contracts so that they can be signed and submitted.

Save a tree, cut down your costs instead!  How can V-DOCS transform your business?                    

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

ชื่อ V-DOCS for Chrome V-DOCS for Chrome
ID acgnfddcijiiokkgbejblnknakknjjjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/v-docs-for-chrome/acgnfddcijiiokkgbejblnknakknjjjp
คำอธิบาย Open a page or document in the V-DOCS client software to sign
ขนาดไฟล์ 18.25 KB
จำนวนการติดตั้ง 13,329
เวอร์ชันปัจจุบัน 3.4.0
อัปเดตครั้งล่าสุด 2023-01-31
วันที่เผยแพร่ 2019-09-12
ผู้พัฒนา Maplewave
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://v-docs.ca/
URL หน้าช่วยเหลือ http://help.v-docs.ca/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "V-DOCS for Chrome",
    "author": "Master Merchant Systems",
    "description": "Open a page or document in the V-DOCS client software to sign",
    "version": "3.4.0",
    "homepage_url": "http:\/\/v-docs.ca",
    "short_name": "V-DOCS",
    "icons": {
        "16": "images\/vdocs16.png",
        "48": "images\/vdocs48.png",
        "128": "images\/vdocs128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/vdocs16.png",
            "38": "images\/vdocs48.png"
        },
        "default_title": "Send to V-DOCS"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "scripting",
        "webNavigation",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "file:\/\/\/"
    ]
}