ProSeoKit
Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.
ProSeoKitとは何ですか?
ProSeoKitはphamtri262によって開発されたChromeの拡張機能で、その主な機能は「Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.」です。
拡張機能のスクリーンショット
ProSeoKit拡張機能のCRXファイルをダウンロード
ProSeoKit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Công cụ hỗ trợ SEO, đăng bài, forum, spin bài, kiểm tra thứ hạng từ khóa ...
拡張機能の基本情報
名前 | ProSeoKit |
ID | hicebekaedhfidkjanjfahfegmfgofhp |
公式URL | https://chromewebstore.google.com/detail/proseokit/hicebekaedhfidkjanjfahfegmfgofhp |
説明 | Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor. |
ファイルサイズ | 44.04 KB |
インストール数 | 371 |
現在のバージョン | 7.4 |
最終更新日 | 2019-08-28 |
公開日 | 2019-08-28 |
開発者 | phamtri262 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://spineditor.com/policy.aspx |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ProSeoKit", "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 v\u00e0 ph\u00e1t tri\u1ec3n SEO. Ch\u1ec9 s\u1eed d\u1ee5ng tr\u00ean spineditor.", "version": "7.4", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "popup.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ "background.js" ] } } |