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によって開発されたChromeの拡張機能で、その主な機能は「Search our content library to see what industry leaders and competitors are saying about your topics.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

ContentPro by Automata拡張機能のCRXファイルをダウンロード

ContentPro by Automata拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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';"
}