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"
            ]
        }
    ]
}