Portent's SEO Page Review
Review common SEO elements and issues on the page
什麼是Portent's SEO Page Review?
Portent's SEO Page Review是由https://www.portent.com開發的Chrome擴展程式,該擴展的主要功能是“Review common SEO elements and issues on the page”。
擴展截圖
下載Portent's SEO Page Review擴展crx文件
下載Portent's SEO Page Review擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Portent’s SEO Page Review Chrome Extension is a lightweight browser add-on that reviews basic onsite SEO elements. It pulls the essential elements like Title Tags, Meta Description, Canonical tag, HREFLANG tags, on-page links, Open Graph, Twittercard, and all other meta data so you can quickly view the elements on the page.                     擴展基本資訊
| 名稱 |   |  
| ID | babgchcegnkbiojmdpnoilficladccfm | 
| 官方網址 | https://chromewebstore.google.com/detail/portents-seo-page-review/babgchcegnkbiojmdpnoilficladccfm | 
| 簡介 | Review common SEO elements and issues on the page | 
| 檔案大小 | 28.7 KB | 
| 安裝次數 | 7,357 | 
| 目前版本 | 1.1 | 
| 更新時間 | 2019-11-12 | 
| 上架時間 | 2019-11-12 | 
| 評分 | 4.67/5 共 9 次評分 | 
| 開發者 | https://www.portent.com | 
| 付費類型 | free | 
| 支援的語言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Portent's SEO Page Review",
    "description": "Review common SEO elements and issues on the page",
    "version": "1.1",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon-blue.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}  |  |