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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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';" } |