Gyazo Teams - Share new screenshots securely

Screenshot websites, save images, share instantly.

Gyazo Teams - Share new screenshots securelyคืออะไร?

Gyazo Teams - Share new screenshots securely เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gyazo.com และคุณลักษณะหลักของมันคือ "Screenshot websites, save images, share instantly."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gyazo Teams - Share new screenshots securely

ดาวน์โหลดไฟล์ส่วนขยาย Gyazo Teams - Share new screenshots securely ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Gyazo Teams gives you the power to capture and share image links faster than ever. 
      
      With the official Gyazo Teams Extension you can instantly clip images from any website to share with your team, partners, and customers. Whether you want to share or simply save images wherever you do work, Gyazo Teams is perfect.
      
      To use the extension, just right click on the image you want, hover 'Capture', then click "This image" and the image will automatically be uploaded to yourteam.gyazo.com with a unique URL. This link is copied to your clipboard automatically so it can be pasted instantly. When you want to go back you can visit the history page to see all the past images you have collected.
      
      Whenever you capture an image the original address and title of the page the image came from are saved as a comment. This allows you to see exactly where an image or screenshot came from, and click once to return to the source location.
      
     Use it for:
      Sharing data from a dashboard
      Adding images to presentations
      Giving design feedback
      Providing support
      Creating documentation
      
      Start collecting and sharing what you see instantly! 
      
      *Note: A Gyazo Teams account is required to use this extension -- learn more at gyazo.com/teams and start sharing more with your team faster. For individuals you can use the Gyazo extension and also get more done with gyazo.com/pro                    

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

ชื่อ Gyazo Teams - Share new screenshots securely Gyazo Teams - Share new screenshots securely
ID bmdgagkmkpkdknbkfaabnafnaemokmlh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gyazo-teams-share-new-scr/bmdgagkmkpkdknbkfaabnafnaemokmlh
คำอธิบาย Screenshot websites, save images, share instantly.
ขนาดไฟล์ 292 KB
จำนวนการติดตั้ง 1,775
เวอร์ชันปัจจุบัน 4.0.1
อัปเดตครั้งล่าสุด 2023-04-14
วันที่เผยแพร่ 2019-09-27
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://gyazo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gyazo.com
URL หน้าช่วยเหลือ https://support.gyazo.com/hc/
URL หน้านโยบายความเป็นส่วนตัว https://gyazo.com/doc/privacy
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extensionDescription__",
    "author": "Nota inc.",
    "permissions": [
        "",
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/[email protected]"
        }
    },
    "web_accessible_resources": [
        "imgs\/crop.svg",
        "imgs\/cross.svg",
        "imgs\/grid.svg",
        "imgs\/selection.svg",
        "imgs\/spinner.svg",
        "imgs\/window-scroll.svg",
        "imgs\/window.svg",
        "menu.css"
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "30": "icons\/30.png",
        "32": "icons\/[email protected]",
        "38": "icons\/[email protected]",
        "44": "icons\/44.png",
        "48": "icons\/48.png",
        "50": "icons\/50.png",
        "96": "icons\/[email protected]",
        "128": "icons\/128.png",
        "150": "icons\/150.png",
        "256": "icons\/[email protected]"
    },
    "options_ui": {
        "page": "option\/options.html",
        "chrome_style": false
    },
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "version": "4.0.1"
}