SLERPEE SERP SEO Tool
Optimize how your website looks in Google search results.
SLERPEE SERP SEO Tool là gì?
SLERPEE SERP SEO Tool là một tiện ích mở rộng Chrome được phát triển bởi https://slerpee.com, và tính năng chính của nó là "Optimize how your website looks in Google search results.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SLERPEE SERP SEO Tool
Tải xuống các tệp mở rộng SLERPEE SERP SEO Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SLERPEE SERP SEO Tool |
ID | lljiafmnknbhhffbiglmibneedmlkahl |
URL Chính Thức | https://chromewebstore.google.com/detail/slerpee-serp-seo-tool/lljiafmnknbhhffbiglmibneedmlkahl |
Mô tả | Optimize how your website looks in Google search results. |
Kích Thước Tệp | 9.57 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2015-02-24 |
Ngày Phát Hành | 2015-02-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://slerpee.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://slerpee.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } |