SLERPEE SERP SEO Tool
Optimize how your website looks in Google search results.
SLERPEE SERP SEO Toolとは何ですか?
SLERPEE SERP SEO Toolはhttps://slerpee.comによって開発されたChromeの拡張機能で、その主な機能は「Optimize how your website looks in Google search results.」です。
拡張機能のスクリーンショット
SLERPEE SERP SEO Tool拡張機能のCRXファイルをダウンロード
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 } |