Inkdit Add-ons
Extend your Inkdit Add-on experience
ما هو Inkdit Add-ons؟
Inkdit Add-ons هو إضافة Chrome تم تطويرها بواسطة https://inkdit.com، والميزة الرئيسية لها هي "Extend your Inkdit Add-on experience".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Inkdit Add-ons
قم بتنزيل ملفات الامتداد Inkdit Add-ons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" ] } ] } |