Phân tích Website - webrank.vn
Công cụ phân tích website: traffic, seo, adwords, backlink, social từ webrank.com
O que é Phân tích Website - webrank.vn?
Phân tích Website - webrank.vn é uma extensão do Chrome desenvolvida por https://fff.com.vn, e sua principal característica é "Công cụ phân tích website: traffic, seo, adwords, backlink, social từ webrank.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Phân tích Website - webrank.vn
Baixe arquivos de extensão Phân tích Website - webrank.vn no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Công cụ phân tích đối thủ là công cụ giúp bạn phân tích website của đối thủ cạnh tranh. Công cụ này sẽ cung cấp cho bạn các thông tin có giá trị về đối thủ cạnh tranh như: + Báo cáo về traffic của website đối thủ. + Báo cáo về nhân khẩu học của truy cập. + Biểu đồ theo thời gian của khách truy cập. + Nguồn cung cấp khách truy cập. + Phân tích chi tiết nguồn khách truy cập theo từng kênh. + Kênh quảng cáo hiển thị. + Kênh Social gồm cả quảng cáo và tự nhiên. + Kênh giới thiệu (từ các website khác) dạng backlink hoặc PR. + Phân tích lượng khách rời bỏ trang. + Dề xuất từ khóa cho trang. + Danh sách đối thủ cạnh tranh khác.
Informações Básicas da Extensão
Nome | Phân tích Website - webrank.vn |
ID | bafckfijdjmflihjfdhaajjejcboaiaj |
URL Oficial | https://chromewebstore.google.com/detail/ph%C3%A2n-t%C3%ADch-website-webrank/bafckfijdjmflihjfdhaajjejcboaiaj |
Descrição | Công cụ phân tích website: traffic, seo, adwords, backlink, social từ webrank.com |
Tamanho do Arquivo | 221 KB |
Contagem de Instalações | 472 |
Versão Atual | 1.0.1 |
Última Atualização | 2020-04-11 |
Data de Publicação | 2020-04-08 |
Desenvolvedor | https://fff.com.vn |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://fff.com.vn/ |
URL da Página de Ajuda | https://help.fff.com.vn/ |
URL da Página de Política de Privacidade | https://fff.com.vn/chinh-sach-bao-mat |
Idiomas Suportados | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ph\u00e2n t\u00edch Website - webrank.vn", "short_name": "webrank", "version": "1.0.1", "manifest_version": 2, "homepage_url": "https:\/\/webrank.vn", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "description": "C\u00f4ng c\u1ee5 ph\u00e2n t\u00edch website: traffic, seo, adwords, backlink, social t\u1eeb webrank.com", "browser_action": { "default_icon": { "16": "img\/icon16.png", "24": "img\/icon24.png", "32": "img\/icon32.png" }, "default_title": "C\u00f4ng c\u1ee5 ph\u00e2n t\u00edch website: traffic, seo, adwords, backlink, social t\u1eeb webrank.com" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/lib\/jquery.min.js", "js\/content.js" ], "css": [ "css\/lib\/animate.css", "css\/content.min.css" ], "matches": [ "*:\/\/*.google.com\/*", "*:\/\/google.com\/*", "*:\/\/*\/*" ] } ] } |