PageOptimizer Pro

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

PageOptimizer Proคืออะไร?

PageOptimizer Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pageoptimizer.pro และคุณลักษณะหลักของมันคือ "The PageOptimizer Pro extension syncs with the on page SEO tool, PageOptimizer Pro"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PageOptimizer Pro

ดาวน์โหลดไฟล์ส่วนขยาย PageOptimizer Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": []
        }
    ]
}