UpContent

UpContent helps you discover, collaborate, and distribute relevant third-party content that helps turn leads into loyal customers.

什么是UpContent?

UpContent是由https://www.upcontent.com开发的Chrome扩展程序,该扩展的主要功能是“UpContent helps you discover, collaborate, and distribute relevant third-party content that helps turn leads into loyal customers.”。

扩展截图

screenshot
screenshot
screenshot

下载UpContent扩展crx文件

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

扩展使用说明

                        Deepen relationships with your audience and drive revenue through strategically curated content.

This extension provides the ability to easily add articles that you and your team discover to an UpContent Collection - fostering deeper collaboration across your organization while adhering to the compliance and approval requirements set by your strategy. 

Highlight and or right-click on a section of text and click to add the page to a Collection with the highlighted text as the article summary, use the automatically generated summary, or customize it to your liking. 

Learn more about UpContent at https://www.upcontent.com.

By installing this extension you agree to the UpContent Terms of Service (https://www.upcontent.com/terms-of-service) and Privacy Policy (https://www.upcontent.com/privacy-policy).                    

扩展基本信息

名称 UpContent UpContent
ID kdfcbphpfcckbbfhljadmlbngaahaolh
官方URL https://chromewebstore.google.com/detail/upcontent/kdfcbphpfcckbbfhljadmlbngaahaolh
简介 UpContent helps you discover, collaborate, and distribute relevant third-party content that helps turn leads into loyal customers.
文件大小 32.33 MB
安装次数 237
当前版本 1.3.1
更新时间 2022-10-25
上架时间 2021-07-15
评分 5.00/5 共1次评分
开发者 https://www.upcontent.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.upcontent.com/
帮助页面URL http://learn.upcontent.com/en/
隐私政策页面URL https://www.upcontent.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UpContent",
    "version": "1.3.1",
    "description": "UpContent helps you discover, collaborate, and distribute relevant third-party content that helps turn leads into loyal customers.",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.upcontent.com\/*",
        "https:\/\/*.configcat.com\/*",
        "https:\/\/api.gettyimages.com\/*"
    ],
    "action": {
        "default_popup": "chrome.html?nav=minimal",
        "default_icon": {
            "16": "logo-256x256.png",
            "32": "logo-256x256.png",
            "48": "logo-256x256.png",
            "128": "logo-256x256.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "logo-256x256.png",
        "32": "logo-256x256.png",
        "48": "logo-256x256.png",
        "128": "logo-256x256.png"
    },
    "manifest_version": 3
}