Procurios Platform

This extension is for users of the Procurios Platform.

什么是Procurios Platform?

Procurios Platform是由https://procurios.com开发的Chrome扩展程序,该扩展的主要功能是“This extension is for users of the Procurios Platform.”。

扩展截图

screenshot
screenshot
screenshot

下载Procurios Platform扩展crx文件

下载Procurios Platform扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With this extension you can manage your Procurios Platform quickly and efficiently. Do you want to quickly make a change to a blog post or form on your website? This extension is always visible in your browser and will take you to the right place in your platform. In addition, you can easily save emails as a contact moment in your CRM from Gmail.


The Procurios Platform extension offers this functionality:

- Go directly to your Procurios Platform.
- Add an e-mail as a contact moment to the CRM directly from Gmail.
- Go directly to the CMS to edit the current page.
- Go directly to the backend to edit an item on the page.
- Go to the overview of users to impersonate someone else.                    

扩展基本信息

名称 Procurios Platform Procurios Platform
ID kljnpjnncbkiaihadjlojnbakjlegfef
官方URL https://chromewebstore.google.com/detail/procurios-platform/kljnpjnncbkiaihadjlojnbakjlegfef
简介 This extension is for users of the Procurios Platform.
文件大小 374 KB
安装次数 494
当前版本 2.1.4
更新时间 2024-01-16
上架时间 2020-03-10
评分 5.00/5 共6次评分
开发者 https://procurios.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.procurios.com/
帮助页面URL http://support.procurios.com/
支持的语言 en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "Procurios",
    "version": "2.1.4",
    "description": "__MSG_extDescription__",
    "minimum_chrome_version": "10.0",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon-active16.png",
        "32": "assets\/icon-active32.png",
        "48": "assets\/icon-active48.png",
        "128": "assets\/icon-active128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon-inactive16.png",
            "32": "assets\/icon-inactive32.png",
            "48": "assets\/icon-inactive48.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup\/html\/popup-login.html"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content\/gmail.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "content\/saveContactMoment.js"
    ]
}