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란 무엇입니까?

Conductor for Chrome - SEO Extension은(는) Conductor, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Experience faster, better, smarter SEO insights in one click. The most advanced SEO extension is now free for all marketers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Conductor for Chrome - SEO Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Conductor for Chrome - SEO Extension Conductor for Chrome - SEO Extension
ID fgkbkiibnhcjhnclbgkfjdlnikocmgkh
공식 URL https://chromewebstore.google.com/detail/conductor-for-chrome-seo/fgkbkiibnhcjhnclbgkfjdlnikocmgkh
설명 Experience faster, better, smarter SEO insights in one click. The most advanced SEO extension is now free for all marketers.
파일 크기 6.04 MB
설치 횟수 20,000
현재 버전 4.9.2
최근 업데이트 2024-02-15
출시 날짜 2021-04-17
평점 4.58/5 총 33 개의 평점
개발자 Conductor, Inc.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.conductor.com/
도움말 페이지 URL https://www.conductor.com/seo-chrome-extension/
개인정보 보호 정책 페이지 URL https://www.conductor.com/privacy-policy
지원되는 언어 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"
}