Conductor for Chrome - SEO Extension

Experience faster, better, smarter SEO insights in one click. The most advanced SEO extension is now free for all marketers.

Conductor for Chrome - SEO Extension là gì?

Conductor for Chrome - SEO Extension là một tiện ích mở rộng Chrome được phát triển bởi Conductor, Inc., và tính năng chính của nó là "Experience faster, better, smarter SEO insights in one click. The most advanced SEO extension is now free for all marketers.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Conductor for Chrome - SEO Extension

Tải xuống các tệp mở rộng Conductor for Chrome - SEO Extension 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

                        Conductor for Chrome is designed to make the day-to-day lives of marketing teams easier. 
 
🔎 Discover insights around page performance and new topic opportunities
📈 Easily uncover website optimizations to improve visibility and performance
👍 Take action and collaborate more efficiently across teams
 
Make impactful changes to your website by leveraging the best of Conductor right in your browser. Conductor for Chrome is available to anyone with a Conductor or Google account. Perform keyword research and better understand how your content is optimized for Search.

Experience faster, better, and smarter SEO with the most advanced Organic Marketing browser extension ever created!

== v4.9.2 ==
- Minor bug fixes and performance improvements.

== v4.8.0 ==
- Login improvements

== v4.7.2 ==
- Login improvements

== v4.7.0 ==
- Minor bug fixes and performance improvements.

== v4.6.0 ==
- Minor bug fixes and performance improvements.

== v4.4.2 ==
- Minor bug fixes and performance improvements.

== v4.4.0 ==
- Upgraded to Manifest V3
- Minor bug fixes and performance improvements.

== v4.3.7 ==
- Fixed an issue where some users received an error when integrating Actions with Asana.
- Minor bug fixes and performance improvements.

== v4.3.5 ==
- Minor bug fixes and performance improvements.

== v4.3.4 ==
- Minor bug fixes and performance improvements.

== v4.3.3 ==
- Fixed issues related to correctly identifying and parsing sitemaps.
- Fixed an issue where some users were unable to make edits using Conductor Live.
- Fixed issue with reporting incorrect status code in Redirects widget.
- Other minor fixes and performance improvements.

== v4.3.2 ==
- Fixed and issue where related keywords would not load for certain pages.
- The Live Editor Reset button didn't do anything before, now it does!

== v4.3.0 ==
- NEW: Live Editor can now be used to make edits to page headings and image alt descriptions! A Conductor account is required.
- Overview tab has been updated to bring live editor functionality to your fingertips.
- Social Preview widget has been moved to the Social Tab.
- Other bug fixes and improvements.

==V4.2.3 ==
Thank you for your continued use of Conductor for Chrome. In order to make sure the Chrome Extension is as secure as possible, unnecessary permissions were removed. 

==v4.2.2==
Minor Live Editor bug fixes and improvements. 

==v4.2.1==
- Minor bug fixes and performance improvements.

== v4.2.0 ==
- NEW: Actions in Conductor for Chrome! Conductor customers can take action and seamlessly manage their SEO workflows by creating Content Briefs, To-do's, and Keyword Lists directly from the extension. Share them to your productivity tool of choice such as Jira, Asana and more or download them for easy team collaboration without leaving the page.
- Fixed an issue when logged in using a Google account, it was then not always possible to login using a Conductor account.
- Other bug fixes and performance improvements.

== v4.1.1 ==
- Fixed an issue with Conductor Live that prevented publishing changes for some users.
- Other bug fixes and performance improvements.

== v4.1.0 ==
- Fixed an issue where the chrome extension would open sporadically on it own. Now it will only open when you want it to!
- Other bug fixes and performance improvements.

== v4.0.0 ==
- Now users who do not have a Conductor account can use the extension with their Google account.
- Perform keyword research and navigate the extension with a new redesigned layout.                    

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

Tên Conductor for Chrome - SEO Extension Conductor for Chrome - SEO Extension
ID fgkbkiibnhcjhnclbgkfjdlnikocmgkh
URL Chính Thức https://chromewebstore.google.com/detail/conductor-for-chrome-seo/fgkbkiibnhcjhnclbgkfjdlnikocmgkh
Mô tả Experience faster, better, smarter SEO insights in one click. The most advanced SEO extension is now free for all marketers.
Kích Thước Tệp 6.04 MB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 4.9.2
Cập Nhật Lần Cuối 2024-02-15
Ngày Phát Hành 2021-04-17
Đánh Giá 4.58/5 Tổng số 33 Đánh Giá
Nhà Phát Triển Conductor, Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.conductor.com/
URL Trang Trợ Giúp https://www.conductor.com/seo-chrome-extension/
URL Trang Chính Sách Bảo Mật https://www.conductor.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Conductor for Chrome - SEO Extension",
    "version": "4.9.2",
    "description": "Experience faster, better, smarter SEO insights in one click. The most advanced SEO extension is now free for all marketers.",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "webRequest",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Conductor SEO Extension",
        "default_icon": {
            "32": "assets\/icon.png"
        }
    },
    "icons": {
        "128": ".\/assets\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "css": [],
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "clientRedirects.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "assets\/*.svg",
                "fonts\/*.otf",
                "contentScript.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwLVTGm1MH4wzbQ\/y4WcosuoQRQx9UyFmYJ5vMDdHgUiMieKivlhwFwbt7DtDc8Yb3yKk5RAgHwKaBzzHxHoIhR5rbWZnyZ3F7AFk1+zdeVLxokm+dQyKf4PjtEjkNvfbWNKeFOOPJ1p6ExzdEu9PlNFjUJfTSU6tn\/kcEyEIBXWzI7QXM8jWxWCQ7PK3OiuaESWEDYbnLMCdC96BQmeHFIs+37JhOepnaU4qJd0ogPLi0fBbHrxRAbA+h0\/UMGK+rWqcEWXf5r9qyCSK64QubbW8IRNDBRcXdwXnnsXZe4N47mtOhKM3AS4VwOPZ2AKeMyouNdvryRNEOIwoNMtSXwIDAQAB"
}