Proseia
Extension for use with proseia.app
什么是Proseia?
Proseia是由Proseia开发的Chrome扩展程序,该扩展的主要功能是“Extension for use with proseia.app”。
扩展截图
下载Proseia扩展crx文件
下载Proseia扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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                     扩展基本信息
| 名称 |   |  
| ID | doncholeihpbilkchgpkobngcjooopgo | 
| 官方URL | https://chromewebstore.google.com/detail/proseia/doncholeihpbilkchgpkobngcjooopgo | 
| 简介 | Extension for use with proseia.app | 
| 文件大小 | 3.91 KB | 
| 安装次数 | 434 | 
| 当前版本 | 1.0.2 | 
| 更新时间 | 2020-11-19 | 
| 上架时间 | 2020-11-18 | 
| 评分 | 5.00/5 共2次评分 | 
| 开发者 | Proseia | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://proseia.com.br | 
| 支持的语言 | 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
}  |  |