Inkdit Add-ons

Extend your Inkdit Add-on experience

什么是Inkdit Add-ons?

Inkdit Add-ons是由https://inkdit.com开发的Chrome扩展程序,该扩展的主要功能是“Extend your Inkdit Add-on experience”。

扩展截图

screenshot
screenshot

下载Inkdit Add-ons扩展crx文件

下载Inkdit Add-ons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        - 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!                    

扩展基本信息

名称 Inkdit Add-ons Inkdit Add-ons
ID ahmoannagmadgfclbicebaancioeeihm
官方URL https://chromewebstore.google.com/detail/inkdit-add-ons/ahmoannagmadgfclbicebaancioeeihm
简介 Extend your Inkdit Add-on experience
文件大小 47.01 KB
安装次数 48
当前版本 0.6
更新时间 2013-01-30
上架时间 2013-01-30
评分 5.00/5 共1次评分
开发者 https://inkdit.com
付费类型 free
扩展官网 https://inkdit.com/?utm_source=Chrome%2BMarketplace&utm_medium=Listing%2BLink&utm_campaign=Extension
帮助页面URL https://inkdit.desk.com/?utm_source=Chrome%2BMarketplace&utm_medium=Listing%2BLink&utm_campaign=Extension
支持的语言 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"
            ]
        }
    ]
}