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.
擴展基本資訊
名稱 | SCheckPro |
ID | aiacepmnmgokkgjaplbbloiccdmmfcaa |
官方網址 | 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 |
電子郵箱 | [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" } } |