Jigsaw Desktop Sharing
This browser extension enables Desktop Sharing for Jigsaw!
What is Jigsaw Desktop Sharing?
Jigsaw Desktop Sharing is a Chrome extension developed by https://jigsawinteractive.com, and its main feature is "This browser extension enables Desktop Sharing for Jigsaw!".
Extension Screenshots
Download Jigsaw Desktop Sharing Extension CRX File
Download Jigsaw Desktop 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 browser extension enables Desktop Sharing for Jigsaw!
Extension Basic Information
Name | Jigsaw Desktop Sharing |
ID | ckimfaldljgllanlgaannjcfgejmdedd |
Official URL | https://chromewebstore.google.com/detail/jigsaw-desktop-sharing/ckimfaldljgllanlgaannjcfgejmdedd |
Description | This browser extension enables Desktop Sharing for Jigsaw! |
File Size | 28.16 KB |
Installation Count | 27 |
Current Version | 2.1.4 |
Last Updated | 2019-03-29 |
Publish Date | 2019-03-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://jigsawinteractive.com |
[email protected] | |
Payment Type | free |
Extension Website | https://jigsawinteractive.com |
Privacy Policy Page URL | http://jigsawinteractive.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jigsaw Desktop Sharing", "short_name": "JDS", "author": "JigsawInteractive", "version": "2.1.4", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This browser extension enables Desktop Sharing for Jigsaw!", "homepage_url": "https:\/\/jigsawinteractive.com\/", "permissions": [ "desktopCapture", "windows", "nativeMessaging" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "https:\/\/*.jigsawinteractive.com\/*", "http:\/\/127.0.0.1:4200\/*" ] } ] } |