Refier Screen Capture Extension
Refier chrome extension for conference.
Co je Refier Screen Capture Extension?
Refier Screen Capture Extension je rozšíření Chrome vyvinuté https://www.refier.com, a jeho hlavní funkcí je „Refier chrome extension for conference.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Refier Screen Capture Extension
Stáhněte si soubory rozšíření Refier Screen Capture Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
https://www.refier.com/ Refier focuses on bringing up the potential of an individual through Coaching, Counselling and Mentoring from Experts along with World Class Content and Expert Assessments to measure the competency development at regular intervals.
Základní Informace o Rozšíření
Název | Refier Screen Capture Extension |
ID | egoajammfbodhdnkjhkpolhfjbmmafcl |
Oficiální URL | https://chromewebstore.google.com/detail/refier-screen-capture-ext/egoajammfbodhdnkjhkpolhfjbmmafcl |
Popis | Refier chrome extension for conference. |
Velikost souboru | 22.35 KB |
Počet instalací | 11 |
Aktuální Verze | 3.5 |
Poslední Aktualizace | 2019-05-30 |
Datum Vydání | 2019-05-29 |
Vývojář | https://www.refier.com |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refier Screen Capture Extension", "author": "Refier - Knowledge Management System", "version": "3.5", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Refier chrome extension for conference.", "homepage_url": "https:\/\/www.refier.com\/", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/www.refier.com\/*", "https:\/\/*.refier.com\/*", "https:\/\/refier.com\/*", "http:\/\/localhost:3000\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |