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"입니다.
확장 프로그램 스크린샷
Inkdit Add-ons 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } ] } |