Sistrix Visibility and Metrics Checker
On-the-fly check of Sistrix mobile visibility. Single-click access to country-based Sistrix metrics. Works only for Sistrix clients.
Sistrix Visibility and Metrics Checker là gì?
Sistrix Visibility and Metrics Checker là một tiện ích mở rộng Chrome được phát triển bởi https://undead-seo.blogspot.com, và tính năng chính của nó là "On-the-fly check of Sistrix mobile visibility. Single-click access to country-based Sistrix metrics. Works only for Sistrix clients.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sistrix Visibility and Metrics Checker
Tải xuống các tệp mở rộng Sistrix Visibility and Metrics Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
𝐒𝐈𝐒𝐓𝐑𝐈𝐗 𝐕𝐈𝐒𝐈𝐁𝐈𝐋𝐈𝐓𝐘 𝐀𝐍𝐃 𝐌𝐄𝐓𝐑𝐈𝐂𝐒 𝐂𝐇𝐄𝐂𝐊𝐄𝐑 Do you know Sistrix? I use it everyday in my work. Sistrix is an outstanding SEO tool. It has many different functions and options. But the most important one: it makes the web comparable. In the meanwhile in 30 countries. Disclaimer: this extension works only for Sistrix clients! It checks on-the-fly Sistrix mobile visibility of every domain you are on. (Yes, i was thinking about which metric should i take, and maybe desktop, or maybe both. But, finally i decided to take only the mobile visibility, because Google will never come back to "desktop first" paradigm). Beside of mobile visibility, it prepares for you direct links to Sistrix main metric pages, like domain, host, path (until three path steps, if applies). Links are placed in the popup opening after click on the icon in the extension bar. *How it works* Next after installation you see a welcome screen, where you should select your preferred country. This setting will be used for querying of visibility and maintaining direct links to the metric pages. The country setting you are able to change at any time accessing it from extension's option page. On the same screen you have the ability to login into Sistrix, if not yet. Sistrix login form will be opened in a popup window. Note! - If you don't set a country the fallback (Germany) will be in use, until you set any other country. - If you don't login into Sistrix, the badge on the extension icon remains empty, its tooltip and the popup will notify you with a message "Sistrix login required!" The ability to login into Sistrix you have from the popup too. Happy surfing!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hlkakocgifapcfonagcajlilcjjhdpdc |
URL Chính Thức | https://chromewebstore.google.com/detail/sistrix-visibility-and-me/hlkakocgifapcfonagcajlilcjjhdpdc |
Mô tả | On-the-fly check of Sistrix mobile visibility. Single-click access to country-based Sistrix metrics. Works only for Sistrix clients. |
Kích Thước Tệp | 83 KB |
Số Lần Cài Đặt | 147 |
Phiên Bản Hiện Tại | 1.14 |
Cập Nhật Lần Cuối | 2023-06-18 |
Ngày Phát Hành | 2020-05-18 |
Nhà Phát Triển | https://undead-seo.blogspot.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.linkedin.com/in/evgeniyorlov/ |
URL Trang Trợ Giúp | https://github.com/e-orlov/sistrix-checker-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sistrix Visibility and Metrics Checker", "short_name": "\ud835\udc12\ud835\udc08\ud835\udc12\ud835\udc13\ud835\udc11\ud835\udc08\ud835\udc17 \ud835\udc02\ud835\udc07\ud835\udc04\ud835\udc02\ud835\udc0a\ud835\udc04\ud835\udc11", "description": "On-the-fly check of Sistrix mobile visibility. Single-click access to country-based Sistrix metrics. Works only for Sistrix clients.", "author": "Evgeniy Orlov of mediaworx berlin AG", "homepage_url": "https:\/\/www.linkedin.com\/in\/evgeniyorlov\/", "version": "1.14", "background": { "scripts": [ "background.js", "psl.js" ], "persistent": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false }, "permissions": [ "tabs", "https:\/\/*.sistrix.com\/*", "storage" ], "browser_action": { "default_title": "\ud835\udc12\ud835\udc08\ud835\udc12\ud835\udc13\ud835\udc11\ud835\udc08\ud835\udc17 \ud835\udc15\ud835\udc08\ud835\udc12\ud835\udc08\ud835\udc01\ud835\udc08\ud835\udc0b\ud835\udc08\ud835\udc13\ud835\udc18 \ud835\udc00\ud835\udc0d\ud835\udc03 \ud835\udc0c\ud835\udc04\ud835\udc13\ud835\udc11\ud835\udc08\ud835\udc02\ud835\udc12 \ud835\udc02\ud835\udc07\ud835\udc04\ud835\udc02\ud835\udc0a\ud835\udc04\ud835\udc11", "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "19": "icon19.png", "24": "icon24.png", "32": "icon32.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "welcome.html" ], "manifest_version": 2 } |