ProSeoKit
Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.
Co to jest ProSeoKit?
ProSeoKit to rozszerzenie Chrome opracowane przez phamtri262, a jego główną funkcją jest „Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ProSeoKit
Pobierz pliki rozszerzeń ProSeoKit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Công cụ hỗ trợ SEO, đăng bài, forum, spin bài, kiểm tra thứ hạng từ khóa ...
Podstawowe informacje o rozszerzeniu
Nazwa | ProSeoKit |
ID | hicebekaedhfidkjanjfahfegmfgofhp |
Oficjalny URL | https://chromewebstore.google.com/detail/proseokit/hicebekaedhfidkjanjfahfegmfgofhp |
Opis | Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor. |
Rozmiar pliku | 44.04 KB |
Liczba instalacji | 371 |
Aktualna Wersja | 7.4 |
Ostatnia Aktualizacja | 2019-08-28 |
Data Publikacji | 2019-08-28 |
Deweloper | phamtri262 |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://spineditor.com/policy.aspx |
Obsługiwane Języki | 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" ] } } |