Direq Screenshot
This extension will help to take desktop or active page screenshot and share with your team through Direq.net
Direq Screenshot란 무엇입니까?
Direq Screenshot은(는) http://direq.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will help to take desktop or active page screenshot and share with your team through Direq.net"입니다.
확장 프로그램 스크린샷
Direq Screenshot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple direction tool Communication on images let your works smart, for web page design, HTML codings, apps developments, testings, and improvements. LET YOUR REQUESTING FOR DEVELOPERS / DESIGNERS SPEEDY. Struggling with communication of requests or feedbacks for web and apps development? Using Direq let you rapid work style; sharing the image of completion and notateing on it for your members. It's much easier and intutive communication tool, and better than only text-based products. Upload a design image, and notate on it. LIGHTEN IMPOSED ON MANAGEMENT, AND MAKES CERTAIN OF MEMBERS WORKS. Worry for management and coordination for members? Figuring out the process or pointing out mistakes tend to do lose your precious time. Using Direq makes you peace to bring your task management works on sharing direction on instruction. Assign a member and set status of task on the note ASSIGNING THE RIGHT-PERSON-FOR-THE-RIGHT-POSITION DEPENDS ON SITUATION Have you ever in trouble to take over someones work? Since you can manage instruction and discussion on Direq centrally, other member will easily join your project. Realtime indication and comments provides fully contribution from a person who has restriction on the time and place.
확장 프로그램 기본 정보
이름 | |
ID | cjjblmgeaaallkbdpahagbefnggieeja |
공식 URL | https://chrome.google.com/webstore/detail/direq-screenshot/cjjblmgeaaallkbdpahagbefnggieeja |
설명 | This extension will help to take desktop or active page screenshot and share with your team through Direq.net |
파일 크기 | 78.4 KB |
설치 횟수 | 28 |
현재 버전 | 1.1 |
최근 업데이트 | 2017-02-12 |
출시 날짜 | 2017-02-12 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | http://direq.net |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDesc__", "version": "1.1", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "js\/jquery-1.10.2.min.js", "js\/helper.js", "js\/background.js", "js\/core.js" ], "persistent": false }, "default_locale": "en", "browser_action": { "default_icon": "images\/icon48.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "desktopCapture", "downloads", "storage", "unlimitedStorage", " |