ContentPro by Automata

Search our content library to see what industry leaders and competitors are saying about your topics.

ContentPro by Automata क्या है?

ContentPro by Automata Automata द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search our content library to see what industry leaders and competitors are saying about your topics."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में ContentPro by Automata एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ContentPro has built a curated archive of company blogs & articles that we use to support the content that our users are writing.

Within the ContentPro extension, users can:

★ Search within existing company blogs/articles for topics that matter to them
★ Compare and ultimately optimize their own work against their competitor's existing content
★ Discover potential backlink targets within non-competitive, topically adjacent blogs
★ Conduct research and sharpen their knowledge against any industry topic

ContentPro is free to use.                    

एक्सटेंशन की मूल जानकारी

नाम ContentPro by Automata ContentPro by Automata
ID dlgljnonccohcipbalaphbapdcdelemf
आधिकारिक URL https://chromewebstore.google.com/detail/contentpro-by-automata/dlgljnonccohcipbalaphbapdcdelemf
विवरण Search our content library to see what industry leaders and competitors are saying about your topics.
फ़ाइल का आकार 642 KB
स्थापना संख्या 569
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2022-10-01
प्रकाशन तिथि 2020-12-01
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Automata
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getcontentpro.com
सहायता पृष्ठ URL https://getcontentpro.com/faq
गोपनीयता नीति पृष्ठ URL https://byautomata.io/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ContentPro by Automata",
    "version": "2.1.0",
    "description": "Search our content library to see what industry leaders and competitors are saying about your topics.",
    "permissions": [
        "activeTab",
        "https:\/\/wxb2bh3of9.execute-api.us-east-1.amazonaws.com",
        "*:\/\/*.getcontentpro.com\/*",
        "https:\/\/getcontentpro.com"
    ],
    "icons": {
        "16": "icons\/new-icon16.png",
        "48": "icons\/new-icon48.png",
        "128": "icons\/new-icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "src\/main.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "googleDocsUtil.js",
                "contentScript.js"
            ],
            "matches": [
                "*:\/\/*.google.com\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "css\/font-awesome.min.css"
            ]
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/cdn.syndication.twimg.com https:\/\/platform.twitter.com https:\/\/twitter.com https:\/\/ssl.google-analytics.com https:\/\/unpkg.com https:\/\/ajax.googleapis.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com https:\/\/fonts.googleapis.com https:\/\/cdn.auth0.com; object-src 'self';"
}