Is Indexed

Checks if a page is indexed by Google

Is Indexedคืออะไร?

Is Indexed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.jitbit.com และคุณลักษณะหลักของมันคือ "Checks if a page is indexed by Google"

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

screenshot

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

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

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

                        The extension quickly tells you if a page is indexed by Google. That's it. Plain and simple. Just click the toolbar icon and wait for an answer. Useful for SEO. by http://www.jitbit.com/                    

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

ชื่อ Is Indexed Is Indexed
ID aldohicofhjhlaigkkgbbajempkphpfj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/is-indexed/aldohicofhjhlaigkkgbbajempkphpfj
คำอธิบาย Checks if a page is indexed by Google
ขนาดไฟล์ 36.41 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-09-22
วันที่เผยแพร่ 2013-09-22
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://www.jitbit.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.jitbit.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Is Indexed",
    "description": "Checks if a page is indexed by Google",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.google.com\/",
        "tabs",
        "webRequest"
    ]
}