VetTools Screen Sharing

This screen capturing extension to use in VetTools Screen Sharing function

What is VetTools Screen Sharing?

VetTools Screen Sharing is a Chrome extension developed by VIN, and its main feature is "This screen capturing extension to use in VetTools Screen Sharing function".

Extension Screenshots

screenshot
screenshot

Download VetTools Screen Sharing Extension CRX File

Download VetTools Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This screen capturing extension to use in VetTools Screen Sharing function, available in VetTools site.                    

Extension Basic Information

Name VetTools Screen Sharing VetTools Screen Sharing
ID ligjanilmfajnjmlmfjabldkodipkmea
Official URL https://chromewebstore.google.com/detail/vettools-screen-sharing/ligjanilmfajnjmlmfjabldkodipkmea
Description This screen capturing extension to use in VetTools Screen Sharing function
File Size 7.48 KB
Installation Count 277
Current Version 1.3
Last Updated 2016-09-21
Publish Date 2016-09-21
Developer VIN
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VetTools Screen Sharing",
    "author": "VIN",
    "version": "1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This screen capturing extension to use in VetTools Screen Sharing function",
    "homepage_url": "https:\/\/www.vin.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/www.vin.com\/*",
                "*:\/\/beta.vin.com\/*",
                "*:\/\/qa1.vin.com\/*",
                "*:\/\/localhost\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}