ProSeoKit
Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.
Cos'è ProSeoKit?
ProSeoKit è un'estensione di Chrome sviluppata da phamtri262, e la sua funzione principale è "Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ProSeoKit
Scarica i file di estensione ProSeoKit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Công cụ hỗ trợ SEO, đăng bài, forum, spin bài, kiểm tra thứ hạng từ khóa ...
Informazioni di Base sull'Estensione
Nome | ProSeoKit |
ID | hicebekaedhfidkjanjfahfegmfgofhp |
URL Ufficiale | https://chromewebstore.google.com/detail/proseokit/hicebekaedhfidkjanjfahfegmfgofhp |
Descrizione | Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên spineditor. |
Dimensione del File | 44.04 KB |
Conteggio Installazioni | 371 |
Versione Corrente | 7.4 |
Ultimo Aggiornamento | 2019-08-28 |
Data di Pubblicazione | 2019-08-28 |
Sviluppatore | phamtri262 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://spineditor.com/policy.aspx |
Lingue Supportate | 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" ] } } |