Inkdit Add-ons

Extend your Inkdit Add-on experience

Was ist Inkdit Add-ons?

Inkdit Add-ons ist eine Chrome-Erweiterung, die von https://inkdit.com entwickelt wurde, und ihr Hauptmerkmal ist "Extend your Inkdit Add-on experience".

Erweiterungsscreenshots

screenshot
screenshot

Inkdit Add-ons-Erweiterungs-CRX-Datei herunterladen

Laden Sie Inkdit Add-ons-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Inkdit Add-ons Inkdit Add-ons
ID ahmoannagmadgfclbicebaancioeeihm
Offizielle URL https://chromewebstore.google.com/detail/inkdit-add-ons/ahmoannagmadgfclbicebaancioeeihm
Beschreibung Extend your Inkdit Add-on experience
Dateigröße 47.01 KB
Installationsanzahl 48
Aktuelle Version 0.6
Letztes Update 2013-01-30
Veröffentlichungsdatum 2013-01-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://inkdit.com
Zahlungsart free
Erweiterungswebsite https://inkdit.com/?utm_source=Chrome%2BMarketplace&utm_medium=Listing%2BLink&utm_campaign=Extension
Hilfeseite URL https://inkdit.desk.com/?utm_source=Chrome%2BMarketplace&utm_medium=Listing%2BLink&utm_campaign=Extension
Unterstützte Sprachen 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"
            ]
        }
    ]
}