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 |
电子邮箱 | [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" ] } } |