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
官方網址 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
}