Inkdit Add-ons
Extend your Inkdit Add-on experience
Inkdit Add-ons क्या है?
Inkdit Add-ons https://inkdit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extend your Inkdit Add-on experience"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Inkdit Add-ons एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- 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 |
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" ] } ] } |