Visit Rank

Visit Rank | Free Domain Rank Checker

Visit Rankคืออะไร?

Visit Rank เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://visitrank.com และคุณลักษณะหลักของมันคือ "Visit Rank | Free Domain Rank Checker"

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

screenshot
screenshot
screenshot

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

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

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

                        Zero-click website ranking. Visit Rank covers more than 350 million web domains and subdomains.
Visit Rank for Chrome automatically displays visited website rank which lets you verify how popular a website is even without a single click and without interrupting your workflow.

What's unique about Visit Rank?

  - Traffic rank information provided in automatic and distraction-less manner

  - Exhaustive coverage: the well-known domains and the long tail

Visit https://www.visitrank.com for more information and an online web-based version of Visit Rank.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Visit Rank Visit Rank
ID nlngjakjpiclcnpkdldpehjiggmcfcip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/visit-rank/nlngjakjpiclcnpkdldpehjiggmcfcip
คำอธิบาย Visit Rank | Free Domain Rank Checker
ขนาดไฟล์ 125 KB
จำนวนการติดตั้ง 162
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2017-06-28
วันที่เผยแพร่ 2017-06-28
ผู้พัฒนา https://visitrank.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.visitrank.com
URL หน้าช่วยเหลือ https://www.visitrank.com
URL หน้านโยบายความเป็นส่วนตัว https://www.visitrank.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visit Rank",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Visit Rank | Free Domain Rank Checker",
    "homepage_url": "https:\/\/www.visitrank.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Visit Rank",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*.woff2"
    ]
}