Open in SEMRUSH
Check any website's traffic, keywords and ads with Open in SEMRUSH
Open in SEMRUSHคืออะไร?
Open in SEMRUSH เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.adpharos.com และคุณลักษณะหลักของมันคือ "Check any website's traffic, keywords and ads with Open in SEMRUSH"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in SEMRUSH
ดาวน์โหลดไฟล์ส่วนขยาย Open in SEMRUSH ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open in SEMRUSH adds a button to the toolbar which when clicked opens a new tab and passes the current URL to SEMRUSH for quick and easy viewing of both organic & ppc keyword traffic statistics for the given website.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | chgblofegkokcojhgjfgfdbgbcalnpml |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/open-in-semrush/chgblofegkokcojhgjfgfdbgbcalnpml |
คำอธิบาย | Check any website's traffic, keywords and ads with Open in SEMRUSH |
ขนาดไฟล์ | 10.22 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2021-07-30 |
วันที่เผยแพร่ | 2016-05-31 |
คะแนน | 3.71/5 รวมทั้งหมด 28 คะแนน |
ผู้พัฒนา | https://www.adpharos.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://www.adpharos.com/contact/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in SEMRUSH", "version": "2.2", "manifest_version": 2, "background": { "scripts": [ "semrush.js" ] }, "description": "Check any website's traffic, keywords and ads with Open in SEMRUSH", "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "page_action": { "default_icon": { "19": "icon.png" }, "default_title": "Open in SEMRUSH" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |