Proseia
Extension for use with proseia.app
What is Proseia?
Proseia is a Chrome extension developed by Proseia, and its main feature is "Extension for use with proseia.app".
Extension Screenshots
Download Proseia Extension CRX File
Download Proseia 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 extension is necessary for some features of the Proseia application (yourdomain.proseia.app) to work correctly. Get to know Proseia at https://proseia.com.br
Extension Basic Information
Name | Proseia |
ID | doncholeihpbilkchgpkobngcjooopgo |
Official URL | https://chromewebstore.google.com/detail/proseia/doncholeihpbilkchgpkobngcjooopgo |
Description | Extension for use with proseia.app |
File Size | 3.91 KB |
Installation Count | 434 |
Current Version | 1.0.2 |
Last Updated | 2020-11-19 |
Publish Date | 2020-11-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Proseia |
[email protected] | |
Payment Type | free |
Extension Website | https://proseia.com.br |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Proseia", "version": "1.0.2", "description": "Extension for use with proseia.app", "permissions": [ "idle" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.proseia.app\/*", "https:\/\/proseia-tests.herokuapp.com\/*", "*:\/\/localhost\/*" ] }, "icons": { "16": "favicon-32x32.png", "32": "favicon-32x32.png", "48": "favicon-32x32.png", "128": "favicon-32x32.png" }, "manifest_version": 2 } |