Headline Studio by CoSchedule
The headline analyzer from CoSchedule enables you to create headlines that drives maximum traffic, clicks, & SEO
Τι είναι το Headline Studio by CoSchedule;
Το Headline Studio by CoSchedule είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://coschedule.com, και η κύρια λειτουργία του είναι "The headline analyzer from CoSchedule enables you to create headlines that drives maximum traffic, clicks, & SEO".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Headline Studio by CoSchedule
Λήψη αρχείων επέκτασης Headline Studio by CoSchedule σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Headline Studio is a headline analyzer from CoSchedule that improves your blog headlines wherever you write them, from WordPress to Wix. So you can finally feel confident that every headline drives maximum traffic, engagement, and SEO rankings. Just click the Headline Studio button on any website where you want to analyze a headline, like in your WordPress blog post. The Headline Studio extension will open directly in your browser, letting you write and analyze your headlines side-by-side. ★ Score your headlines instantly Analyze your blog titles 10x faster with an all-new algorithm. See which types of changes will strengthen your score based on proven data from 4+ million of headlines. ★ Improve your headlines with data-driven suggestions Instantly improve your headline score with actionable suggestions that tell you exactly HOW to write better headlines. Feel confident that your headline is written to drive maximum traffic. ★ Outperform your toughest competition See the top-performing headlines that compete with yours in search engine results. Find out how your headline stacks up and get the leading edge over the competition. ★ Revisit your past headlines Access a history of the headlines you’ve previously written. Easily find, tweak, or reuse past headlines that have performed well. ★ Break through creative blocks Access power + emotional word banks and a full dictionary, right in Headline Studio. Find word definitions, synonyms, and alternative options to increase your score. CoSchedule is a family of marketing products that helps marketers get more done in less time. By installing this extension, you agree to CoSchedule’s Terms & Policies (https://coschedule.com/terms).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Headline Studio by CoSchedule |
ID | jbnbhbmnbpfaohgjcljlcbgnelclkaae |
Επίσημο URL | https://chromewebstore.google.com/detail/headline-studio-by-cosche/jbnbhbmnbpfaohgjcljlcbgnelclkaae |
Περιγραφή | The headline analyzer from CoSchedule enables you to create headlines that drives maximum traffic, clicks, & SEO |
Μέγεθος Αρχείου | 634 KB |
Αριθμός Εγκαταστάσεων | 42,427 |
Τρέχουσα Έκδοση | 3.1.6 |
Τελευταία Ενημέρωση | 2024-01-10 |
Ημερομηνία Δημοσίευσης | 2020-09-29 |
Αξιολόγηση | 4.58/5 Συνολικά 64 Αξιολογήσεις |
Προγραμματιστής | https://coschedule.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://coschedule.com/headline-studio |
Διεύθυνση URL της Σελίδας Βοήθειας | https://coschedule.com/support/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://coschedule.com/terms |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Headline Studio by CoSchedule", "version": "3.1.6", "icons": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "64": "assets\/icons\/favicon-64.png", "128": "assets\/icons\/favicon-128.png", "256": "assets\/icons\/favicon-256.png", "512": "assets\/icons\/favicon-512.png", "1024": "assets\/icons\/favicon-1024.png" }, "description": "The headline analyzer from CoSchedule enables you to create headlines that drives maximum traffic, clicks, & SEO", "homepage_url": "https:\/\/headlines.coschedule.com", "short_name": "Headline Studio", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "storage" ], "author": "CoSchedule", "minimum_chrome_version": "100", "action": { "default_icon": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "64": "assets\/icons\/favicon-64.png", "128": "assets\/icons\/favicon-128.png", "256": "assets\/icons\/favicon-256.png", "512": "assets\/icons\/favicon-512.png", "1024": "assets\/icons\/favicon-1024.png" }, "default_title": "Headline Studio" }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/hub.bundle.js" ], "css": [ "css\/extension.css" ], "run_at": "document_idle" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/spoke.bundle.js" ], "css": [ "css\/extension.css" ], "run_at": "document_idle", "all_frames": true } ] } |