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.”。
擴展截圖
下載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 |
ID | dlgljnonccohcipbalaphbapdcdelemf |
官方網址 | 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';" } |