Yodiz Grab - Screenshot Capture & Annotate

Capture screenshot of web pages, annotate and add as attachment to items at Yodiz.

Yodiz Grab - Screenshot Capture & Annotateคืออะไร?

Yodiz Grab - Screenshot Capture & Annotate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.yodiz.com และคุณลักษณะหลักของมันคือ "Capture screenshot of web pages, annotate and add as attachment to items at Yodiz."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yodiz Grab - Screenshot Capture & Annotate

ดาวน์โหลดไฟล์ส่วนขยาย Yodiz Grab - Screenshot Capture & Annotate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Yodiz Grab is browser extension that is used to capture and annotate screenshots of any web page. You can then save the annotated image locally at your machine or report as issue or user story to Yodiz. 

It is particular useful for QA teams as it gives them simple and quick way to report issues directly at Yodiz. There is also possibility to attach screenshot to existing issue and user story.

** Important ** : After installation of the extension, please restart your browser.

More details:
There are 3 options to capture screenshot:

* Capture Page Region
    It will open a drag and resizable area, select the web page portion you want to select and once ready click on “Capture” button at bottom of selection area.

* Capture Visible Content
  It will take snapshot of the web page that is currently visible in your browser area.

* Capture Whole Page
 This will take snapshot of the entire web page.

Note: Yodiz is Agile Scrum & Project Management tool. Yodiz Grab is offered as free extension to help teams to quickly capture screenshots of any webpage, annotate with important information and then report as issues and user stories to Yodiz. It can also be used by non-Yodiz customers to store annotated screenshots locally at their machines. 

** Support Email **
For any questions or comments, contact us at [email protected]

Checkout www.yodiz.com for more details about Agile Scrum Tool features.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Yodiz Grab - Screenshot Capture & Annotate Yodiz Grab - Screenshot Capture & Annotate
ID dglbgjbmfofengaepfhfjdlhbaobjikd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yodiz-grab-screenshot-cap/dglbgjbmfofengaepfhfjdlhbaobjikd
คำอธิบาย Capture screenshot of web pages, annotate and add as attachment to items at Yodiz.
ขนาดไฟล์ 2.79 MB
จำนวนการติดตั้ง 323
เวอร์ชันปัจจุบัน 5.7
อัปเดตครั้งล่าสุด 2020-03-12
วันที่เผยแพร่ 2020-03-10
คะแนน 4.27/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://www.yodiz.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.yodiz.com
URL หน้าช่วยเหลือ http://yodiz.com/help/?p=2422
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.7",
    "name": "Yodiz Grab - Screenshot Capture & Annotate",
    "description": "Capture screenshot of web pages, annotate and add as attachment to items at Yodiz.",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/yodiz_fav.png",
        "default_title": "__MSG_default_title__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "js\/page.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "js\/isLoad.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "icons": {
        "16": "images\/yodiz_fav.png",
        "19": "images\/yodiz_fav.png",
        "32": "images\/yodiz_fav.png",
        "48": "images\/yodiz_fav.png",
        "128": "images\/yodiz_fav.png"
    },
    "manifest_version": 2,
    "incognito": "split",
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "background",
        "",
        "downloads"
    ],
    "short_name": "Yodiz Grab",
    "web_accessible_resources": [
        "js\/page_context.js",
        "style.css"
    ]
}