DocCam Viewer
Document Camera Viewer for Chromium Browsers
What is DocCam Viewer?
DocCam Viewer is a Chrome extension developed by FikesMedia, and its main feature is "Document Camera Viewer for Chromium Browsers".
Extension Screenshots
Download DocCam Viewer Extension CRX File
Download DocCam Viewer 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
Allows for a traditional document camera interface on chromium browsers.
Extension Basic Information
Name | DocCam Viewer |
ID | njkaoncgdacajckgpjnphkldioicgopb |
Official URL | https://chromewebstore.google.com/detail/doccam-viewer/njkaoncgdacajckgpjnphkldioicgopb |
Description | Document Camera Viewer for Chromium Browsers |
File Size | 106 KB |
Installation Count | 1,239 |
Current Version | 1.2.1 |
Last Updated | 2024-01-10 |
Publish Date | 2020-11-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | FikesMedia |
[email protected] | |
Payment Type | free |
Extension Website | https://www.fikesmedia.com |
Help Page URL | https://www.fikesmedia.com/contact |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DocCam Viewer", "version": "1.2.1", "description": "Document Camera Viewer for Chromium Browsers", "icons": { "128": "app\/icon-128.png" }, "browser_action": { "default_title": "DocCam", "default_icon": "app\/icon-512.png" }, "permissions": [], "background": { "scripts": [ "background.js" ], "peprsistent": false } } |