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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}