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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "UpContent helps you discover, collaborate, and distribute relevant third-party content that helps turn leads into loyal customers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UpContent एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}