Inkdit Add-ons
Extend your Inkdit Add-on experience
Cos'è Inkdit Add-ons?
Inkdit Add-ons è un'estensione di Chrome sviluppata da https://inkdit.com, e la sua funzione principale è "Extend your Inkdit Add-on experience".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Inkdit Add-ons
Scarica i file di estensione Inkdit Add-ons in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- 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!
Informazioni di Base sull'Estensione
Nome | Inkdit Add-ons |
ID | ahmoannagmadgfclbicebaancioeeihm |
URL Ufficiale | https://chromewebstore.google.com/detail/inkdit-add-ons/ahmoannagmadgfclbicebaancioeeihm |
Descrizione | Extend your Inkdit Add-on experience |
Dimensione del File | 47.01 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2013-01-30 |
Data di Pubblicazione | 2013-01-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://inkdit.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://inkdit.com/?utm_source=Chrome%2BMarketplace&utm_medium=Listing%2BLink&utm_campaign=Extension |
URL della Pagina di Aiuto | https://inkdit.desk.com/?utm_source=Chrome%2BMarketplace&utm_medium=Listing%2BLink&utm_campaign=Extension |
Lingue Supportate | 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" ] } ] } |