Open in Similarweb
Open in similarweb
Open in Similarwebคืออะไร?
Open in Similarweb เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.aozata.com และคุณลักษณะหลักของมันคือ "Open in similarweb"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in Similarweb
ดาวน์โหลดไฟล์ส่วนขยาย Open in Similarweb ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension open the current website you are browing in similarweb and gets you analytics such as traffic, sources, referrals and more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open in Similarweb |
ID | klcggngpagkfoibiidmbccmnbhcfkfkp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-in-similarweb/klcggngpagkfoibiidmbccmnbhcfkfkp |
คำอธิบาย | Open in similarweb |
ขนาดไฟล์ | 17.59 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2020-06-16 |
วันที่เผยแพร่ | 2020-06-16 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://www.aozata.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.aozata.com |
URL หน้านโยบายความเป็นส่วนตัว | https://aozata.com/aozata-privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in Similarweb", "short_name": "Similarweb", "version": "2.0", "manifest_version": 2, "background": { "scripts": [ "similarweb.js" ] }, "description": "Open in similarweb", "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "page_action": { "default_icon": { "19": "icon.png" }, "default_title": "Open in similarweb" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |