Page-oscope by MobileMoxie

Compare rendered & un-rendered page code of mobile & desktop pages. Great for SEO's validating page code for Mobile-First Indexing.

Page-oscope by MobileMoxie là gì?

Page-oscope by MobileMoxie là một tiện ích mở rộng Chrome được phát triển bởi MobileMoxie Tools - Extensions & Plugins, và tính năng chính của nó là "Compare rendered & un-rendered page code of mobile & desktop pages. Great for SEO's validating page code for Mobile-First Indexing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Page-oscope by MobileMoxie

Tải xuống các tệp mở rộng Page-oscope by MobileMoxie 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

                        Summary:
Sometimes it can be hard to know exactly what code is being sent to a mobile phone, but now, with Mobile-First Indexing, it is critical for SEO. This tool lets you see the visual page rendering right next to the code - with views for rendered HTML and JavaScript, unrendered HTML and a Diff Checker view that will let you see what is added and what is removed after JavaScript is executed. It is even geo-aware, incase you are modifying content for users in different countries! Use this free mobile emulator plugin from MobileMoxie to easily test your landing pages to understand how they are working for mobile users an mobile search engine bots! 

Validate Responsive Design:
Mobile Responsive Design is critical for a good user experience, but it is now also critical for good SEO rankings. If you are not sure how your pages look on a mobile phone, or what is added and what is removed in the mobile rendering, then this tool is for you! Mobile SEO is now critical to over-all search rankings, and if you are not looking at your pages on a variety of different phones, you could be missing out on potential conversions that directly impact your success metrics and your companies bottom line! 

Validate International Landing Pages:
Does your page adapt to meet the needs of users in different countries? That can be tough to test - especially for mobile, but this plugin solves the problem! Just set the country to wherever you want to test, to make sure that you know how changes to language, currency, shipping information, measurements and other localizations are impacting your users - Great for designers, developers and digital marketers of all types! Are you in a highly regulated industry that has different requirements and laws that you have to abide by in different countries - no problem! This tool can help you make sure that the website is adapting to meet the different regulations in each country you serve! How have you lived without this tool until now?

Ensure that Mobile Website Visitors Are Happy: 
This tool is great for SEO's but also great for developers, CROs, UI/UX Experts and SEM Professionals who need to test mobile landing pages. If you are doing PPC, and spending money to send searchers to a landing page, you need to be sure that landing page works well on a mobile device! This plugin lets you see how your landing page looks on Android and iOS mobile phones, as well as on desktop. 

Confirm Edge SEO Modifications:
If you are using an Edge server or CDN to modify what is served to mobile devices, sometimes it can be tough to know exactly what the finished code actually looks like when everything is compiled and sent. This mobile emulator extension lets you interact with the mobile page, but it also lets you see the mobile page code  in the same screen - rendered, unrendered and a comparison mode that highlights how execution of JavaScript change the page. If you are troubleshooting mobile problems or SEO and indexing problems that might be caused by an errant rule on an Edeg server, then this is the tool you need to help!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Page-oscope by MobileMoxie Page-oscope by MobileMoxie
ID aofebfljannpdpbeapgnolkihjiepdeo
URL Chính Thức https://chromewebstore.google.com/detail/page-oscope-by-mobilemoxi/aofebfljannpdpbeapgnolkihjiepdeo
Mô tả Compare rendered & un-rendered page code of mobile & desktop pages. Great for SEO's validating page code for Mobile-First Indexing.
Kích Thước Tệp 17.12 KB
Số Lần Cài Đặt 1,549
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2022-05-27
Ngày Phát Hành 2022-05-19
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển MobileMoxie Tools - Extensions & Plugins
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://mobilemoxie.com
URL Trang Trợ Giúp https://mobilemoxie.com/help/contact-us/
URL Trang Chính Sách Bảo Mật https://mobilemoxie.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page-oscope by MobileMoxie",
    "description": "Compare rendered & un-rendered page code of mobile & desktop pages. Great for SEO's validating page code for Mobile-First Indexing.",
    "version": "0.0.7",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/page_oscope_icon_16.png",
            "32": "\/images\/page_oscope_icon_32.png",
            "48": "\/images\/page_oscope_icon_48.png",
            "128": "\/images\/page_oscope_icon_128.png"
        }
    },
    "icons": {
        "16": "\/images\/page_oscope_icon_16.png",
        "32": "\/images\/page_oscope_icon_32.png",
        "48": "\/images\/page_oscope_icon_48.png",
        "128": "\/images\/page_oscope_icon_128.png"
    },
    "permissions": [
        "activeTab"
    ]
}