PageOptimizer Pro

The PageOptimizer Pro extension syncs with the on page SEO tool, PageOptimizer Pro

PageOptimizer Pro란 무엇입니까?

PageOptimizer Pro은(는) https://pageoptimizer.pro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The PageOptimizer Pro extension syncs with the on page SEO tool, PageOptimizer Pro"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

PageOptimizer Pro 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is the official Chrome Extension for PageOptimizer Pro.  The extension serves two purposes:

1. The extension syncs with your PageOptimizer Pro account for faster processing and more accurate location results.

2. With this extension you can open your PageOptimizer Pro recommendations while editing your pages within your Page Builder or CMS.  

You can edit directly in most Wordpress Page Builders such as Elementor, Oxygen, and Thrive Architect, just to name a few.  You can also edit directly in CMS's such as Wix, Shopify, Squarespace, and many more.   The PageOptimizer Pro extension also works with Google Docs if that is where you manage your content.

Additionally, you can give your content writers a secret key to access your recommendations without having to log into PageOptimizer Pro. 

To see the full list of compatible Page Builders and CMS's, please visit: https://pageoptimizer.pro/compatible-editors/

This extension is for paid users of PageOptimizer Pro.  For more information on PageOptimizer Pro or to start your free trial, please visit: https://pageoptimizer.pro                    

확장 프로그램 기본 정보

이름 PageOptimizer Pro PageOptimizer Pro
ID nfpngpgicoflhemmfebjahmjfcbnfobi
공식 URL https://chromewebstore.google.com/detail/pageoptimizer-pro/nfpngpgicoflhemmfebjahmjfcbnfobi
설명 The PageOptimizer Pro extension syncs with the on page SEO tool, PageOptimizer Pro
파일 크기 422 KB
설치 횟수 8,113
현재 버전 2.0.0.60
최근 업데이트 2023-12-14
출시 날짜 2020-06-01
평점 3.21/5 총 14 개의 평점
개발자 https://pageoptimizer.pro
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://pageoptimizer.pro/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PageOptimizer Pro",
    "version": "2.0.0.60",
    "description": "The PageOptimizer Pro extension syncs with the on page SEO tool, PageOptimizer Pro",
    "action": {
        "default_icon": "\/img\/logo.png",
        "default_popup": "\/pages\/extension_popup\/index.html"
    },
    "background": {
        "service_worker": "\/js\/extension_background.js"
    },
    "icons": {
        "128": "\/img\/logo.png",
        "512": "\/img\/logo.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "https:\/\/app.pageoptimizer.pro\/*",
                "https:\/\/gioia.pageoptimizer.pro\/*",
                "http:\/\/localhost:8080\/*"
            ],
            "js": [
                "\/js\/extension_helper_content.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "\/js\/extension_editor_edit_helper.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ]
}