Direq Screenshot

This extension will help to take desktop or active page screenshot and share with your team through Direq.net

Direq Screenshot là gì?

Direq Screenshot là một tiện ích mở rộng Chrome được phát triển bởi http://direq.net, và tính năng chính của nó là "This extension will help to take desktop or active page screenshot and share with your team through Direq.net".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Direq Screenshot

Tải xuống các tệp mở rộng Direq Screenshot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Direq Screenshot Direq Screenshot
ID cjjblmgeaaallkbdpahagbefnggieeja
URL Chính Thức https://chrome.google.com/webstore/detail/direq-screenshot/cjjblmgeaaallkbdpahagbefnggieeja
Mô tả This extension will help to take desktop or active page screenshot and share with your team through Direq.net
Kích Thước Tệp 78.4 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-02-12
Ngày Phát Hành 2017-02-12
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://direq.net
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}