SCheckPro
Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.
SCheckProとは何ですか?
SCheckProはhttps://spineditor.comによって開発されたChromeの拡張機能で、その主な機能は「Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.」です。
拡張機能のスクリーンショット
SCheckPro拡張機能のCRXファイルをダウンロード
SCheckPro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hỗ trợ người dùng thao tác nhanh trong việc tìm kiếm và sao chép dữ liệu cần thiết. 拡張機能の基本情報
| 名前 | |
| ID | aiacepmnmgokkgjaplbbloiccdmmfcaa |
| 公式URL | https://chromewebstore.google.com/detail/scheckpro/aiacepmnmgokkgjaplbbloiccdmmfcaa |
| 説明 | Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor. |
| ファイルサイズ | 48.54 KB |
| インストール数 | 50,000 |
| 現在のバージョン | 16.23 |
| 最終更新日 | 2023-09-28 |
| 公開日 | 2019-08-28 |
| 評価 | 4.35/5 合計 46 レビュー |
| 開発者 | https://spineditor.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://spineditor.com |
| ヘルプページのURL | https://www.facebook.com/messages/t/tung.lam.bi.ngo |
| プライバシーポリシーページのURL | https://spineditor.com/policy.aspx |
| 対応言語 | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SCheckPro",
"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": "16.23",
"action": {
"default_icon": "icon.png"
},
"permissions": [
"activeTab",
"tabs",
"scripting",
"alarms"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"jquery.js",
"popup.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"background": {
"service_worker": "background.js"
}
} | |