Website Informer Addon
Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.
Website Informer Addonคืออะไร?
Website Informer Addon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://website.informer.com และคุณลักษณะหลักของมันคือ "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Website Informer Addon
ดาวน์โหลดไฟล์ส่วนขยาย Website Informer Addon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Website Informer lets you discover important statistics behind any website while browsing through it. This widget instantly reveals a website’s traffic rank, daily visitors rate, pageviews, etc. Get Website Informer addon for free: you can make use of it in web marketing, link building, and ads partnership prospecting.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Website Informer Addon |
ID | hgmkhdckpblkakgojblgmlgaeaimofom |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/website-informer-addon/hgmkhdckpblkakgojblgmlgaeaimofom |
คำอธิบาย | Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting. |
ขนาดไฟล์ | 80.74 KB |
จำนวนการติดตั้ง | 12,794 |
เวอร์ชันปัจจุบัน | 4.0.0 |
อัปเดตครั้งล่าสุด | 2022-05-24 |
วันที่เผยแพร่ | 2018-01-24 |
คะแนน | 4.25/5 รวมทั้งหมด 57 คะแนน |
ผู้พัฒนา | https://website.informer.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://website.informer.com/addon |
URL หน้าช่วยเหลือ | https://website.informer.com/pages/contacts |
URL หน้านโยบายความเป็นส่วนตัว | http://website.informer.com/pages/tos |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website Informer Addon", "version": "4.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "description": "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.", "action": { "default_icon": "static\/img\/i128.png", "default_title": "Page Info", "default_popup": "popup.html" }, "icons": { "128": "static\/img\/i128.png" }, "host_permissions": [ "https:\/\/website.informer.com\/*", "https:\/\/hits.informer.com\/*" ], "permissions": [ "tabs", "storage" ] } |