SCheckPro
Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.
Wat is SCheckPro?
SCheckPro is een Chrome-extensie ontwikkeld door https://spineditor.com, en de belangrijkste functie is "Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.".
Extensie Screenshots
Download het CRX-bestand van de extensie SCheckPro
Download SCheckPro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SCheckPro |
ID | aiacepmnmgokkgjaplbbloiccdmmfcaa |
Officiële URL | https://chromewebstore.google.com/detail/scheckpro/aiacepmnmgokkgjaplbbloiccdmmfcaa |
Beschrijving | Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor. |
Bestandsgrootte | 48.54 KB |
Aantal Installaties | 50,000 |
Huidige Versie | 16.23 |
Laatst Bijgewerkt | 2023-09-28 |
Publicatiedatum | 2019-08-28 |
Beoordeling | 4.35/5 Totaal 46 Beoordelingen |
Ontwikkelaar | https://spineditor.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://spineditor.com |
Help Pagina-URL | https://www.facebook.com/messages/t/tung.lam.bi.ngo |
URL van de Privacybeleid Pagina | https://spineditor.com/policy.aspx |
Ondersteunde Talen | 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" } } |