Inkdit Add-ons

Extend your Inkdit Add-on experience

Inkdit Add-ons là gì?

Inkdit Add-ons là một tiện ích mở rộng Chrome được phát triển bởi https://inkdit.com, và tính năng chính của nó là "Extend your Inkdit Add-on experience".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Inkdit Add-ons

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

                        - Get Inkdit Notifications right in your browser
- Unlock features of integrated apps such as Harvest time tracker (more being added)

Inkdit takes the mundane contracts ...the ones wasting your time and paper every day and optimizes them for web and mobile. Now they are lightning fast!

In one step we: 
- capture acceptance 
- encrypt the contract (i.e. we apply a digital signature) 
- store it in the cloud 
- share it with the companies involved

There are dozen's of e-signature companies trying to fit 8.5x11 sheets of paper onto your mobile device. Inkdit is more legible and 2X faster because we put web and mobile first!                    

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

Tên Inkdit Add-ons Inkdit Add-ons
ID ahmoannagmadgfclbicebaancioeeihm
URL Chính Thức https://chromewebstore.google.com/detail/inkdit-add-ons/ahmoannagmadgfclbicebaancioeeihm
Mô tả Extend your Inkdit Add-on experience
Kích Thước Tệp 47.01 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2013-01-30
Ngày Phát Hành 2013-01-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://inkdit.com
Loại Thanh Toán free
Trang Web Mở Rộng https://inkdit.com/?utm_source=Chrome%2BMarketplace&utm_medium=Listing%2BLink&utm_campaign=Extension
URL Trang Trợ Giúp https://inkdit.desk.com/?utm_source=Chrome%2BMarketplace&utm_medium=Listing%2BLink&utm_campaign=Extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inkdit Add-ons",
    "description": "Extend your Inkdit Add-on experience",
    "version": "0.6",
    "icons": {
        "128": "Inkdit-Icon-Extension.png"
    },
    "browser_action": {
        "default_title": "Inkdit Add-ons",
        "default_icon": "Inkdit-Icon-38.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/inkdit.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.harvestapp.com\/estimates\/*"
            ],
            "js": [
                "contentscript_harvest.js"
            ]
        }
    ]
}