ProSeoKit
Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.
What is ProSeoKit?
ProSeoKit is a Chrome extension developed by phamtri262, and its main feature is "Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.".
Extension Screenshots
Download ProSeoKit Extension CRX File
Download ProSeoKit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Công cụ hỗ trợ SEO, đăng bài, forum, spin bài, kiểm tra thứ hạng từ khóa ...
Extension Basic Information
Name | ProSeoKit |
ID | hicebekaedhfidkjanjfahfegmfgofhp |
Official URL | https://chromewebstore.google.com/detail/proseokit/hicebekaedhfidkjanjfahfegmfgofhp |
Description | Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor. |
File Size | 44.04 KB |
Installation Count | 371 |
Current Version | 7.4 |
Last Updated | 2019-08-28 |
Publish Date | 2019-08-28 |
Developer | phamtri262 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://spineditor.com/policy.aspx |
Supported Languages | 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" ] } } |