StatCounter Code Checker
Checks your site for StatCounter code and displays relevant stats
StatCounter Code Checkerคืออะไร?
StatCounter Code Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tiny Fans และคุณลักษณะหลักของมันคือ "Checks your site for StatCounter code and displays relevant stats"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StatCounter Code Checker
ดาวน์โหลดไฟล์ส่วนขยาย StatCounter Code Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
StatCounter members can use this to quickly check their site to ensure the StatCounter code is installed. Also provides some StatCounter links to let you quickly check your stats for the site or page. Very useful for webmasters who are using StatCounter analytics on their sites.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | StatCounter Code Checker |
ID | jelkfbcaifgcalegklimgpiaecplgmpd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/statcounter-code-checker/jelkfbcaifgcalegklimgpiaecplgmpd |
คำอธิบาย | Checks your site for StatCounter code and displays relevant stats |
ขนาดไฟล์ | 29.98 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 2.1.4 |
อัปเดตครั้งล่าสุด | 2017-05-24 |
วันที่เผยแพร่ | 2017-05-23 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Tiny Fans |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StatCounter Code Checker", "version": "2.1.4", "description": "Checks your site for StatCounter code and displays relevant stats", "icons": { "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "webRequest", "webRequestBlocking" ], "browser_action": { "default_icon": "icon16.png", "default_title": "StatCounter Code Checker" }, "background": { "scripts": [ "background.js", "block.js" ] } } |