ContentPro by Automata

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

ContentPro by Automata là gì?

ContentPro by Automata là một tiện ích mở rộng Chrome được phát triển bởi Automata, và tính năng chính của nó là "Search our content library to see what industry leaders and competitors are saying about your topics.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ContentPro by Automata

Tải xuống các tệp mở rộng ContentPro by Automata dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ContentPro by Automata ContentPro by Automata
ID dlgljnonccohcipbalaphbapdcdelemf
URL Chính Thức https://chromewebstore.google.com/detail/contentpro-by-automata/dlgljnonccohcipbalaphbapdcdelemf
Mô tả Search our content library to see what industry leaders and competitors are saying about your topics.
Kích Thước Tệp 642 KB
Số Lần Cài Đặt 569
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2022-10-01
Ngày Phát Hành 2020-12-01
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Automata
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getcontentpro.com
URL Trang Trợ Giúp https://getcontentpro.com/faq
URL Trang Chính Sách Bảo Mật https://byautomata.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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';"
}