SLERPEE SERP SEO Tool
Optimize how your website looks in Google search results.
SLERPEE SERP SEO Toolคืออะไร?
SLERPEE SERP SEO Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://slerpee.com และคุณลักษณะหลักของมันคือ "Optimize how your website looks in Google search results."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SLERPEE SERP SEO Tool
ดาวน์โหลดไฟล์ส่วนขยาย SLERPEE SERP SEO Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Using this extension on any public web page will load it into the SLERPEE SERP editor (website). SLERPEE Features Live Google Preview See a google SERP preview in real time as you edit your HTML title and meta description copy. Save & Share Drafts Save drafts anonymously or to your account. Share them with your colleagues, clients, or anyone to get quick feedback. Accounts Are Optional Use SLERPEE without creating an account, or create one if you want to organize your drafts.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SLERPEE SERP SEO Tool |
ID | lljiafmnknbhhffbiglmibneedmlkahl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/slerpee-serp-seo-tool/lljiafmnknbhhffbiglmibneedmlkahl |
คำอธิบาย | Optimize how your website looks in Google search results. |
ขนาดไฟล์ | 9.57 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-02-24 |
วันที่เผยแพร่ | 2015-02-23 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://slerpee.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://slerpee.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SLERPEE SERP SEO Tool", "description": "Optimize how your website looks in Google search results.", "author": "Caleb Watson", "version": "1.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "SLERPEE_16x16.png", "48": "SLERPEE_48x48.png", "128": "SLERPEE_128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Optimize this page using SLERPEE SERP Editor.", "default_icon": "SLERPEE_16x16.png" }, "manifest_version": 2 } |