Captura de pantalla
Captura de pantalla
What is Captura de pantalla?
Captura de pantalla is a Chrome extension developed by Unknown, and its main feature is "Captura de pantalla".
Extension Screenshots
Download Captura de pantalla Extension CRX File
Download Captura de pantalla 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
Aplicación para compartir pantalla de la empresa Sistemas y Computadores S.A
Extension Basic Information
Name | |
ID | cgedbiilboejmehknfgmnajcachaondo |
Official URL | https://chromewebstore.google.com/detail/captura-de-pantalla/cgedbiilboejmehknfgmnajcachaondo |
Description | Captura de pantalla |
File Size | 13.21 KB |
Installation Count | 248 |
Current Version | 4.0 |
Last Updated | 2019-01-03 |
Publish Date | 2019-01-03 |
Developer | Unknown |
Payment Type | free |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Captura de pantalla", "author": "Muaz Khan", "version": "4.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Captura de pantalla", "homepage_url": "https:\/\/github.com\/muaz-khan\/Chrome-Extensions\/tree\/master\/desktopCapture", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/www.syc.com.co\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |