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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Automata, και η κύρια λειτουργία του είναι "Search our content library to see what industry leaders and competitors are saying about your topics.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ContentPro by Automata
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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';" } |