My Web Audit

Innovative Website & SEO Audit Tool - Quickly show prospects what's wrong with their website. Get more meetings. Win more deals.

My Web Audit là gì?

My Web Audit là một tiện ích mở rộng Chrome được phát triển bởi https://www.mywebaudit.com, và tính năng chính của nó là "Innovative Website & SEO Audit Tool - Quickly show prospects what's wrong with their website. Get more meetings. Win more deals.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng My Web Audit

Tải xuống các tệp mở rộng My Web Audit 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

                        My Web Audit is an innovative auditing tool for web agencies, freelancers, and SEO professionals looking to build trust faster and close more—and bigger—deals with beautiful, actionable, and easy-to-understand audit reports.

With our easy-to-use browser extension, you can quickly run a website, on-page SEO, Marketing ROI, Google Business Profile (GBP), Page Speed, Accessibility, and many other vital audits for businesses. Highlight design, SEO, security, and performance issues that could cost businesses money and present your business as the solution.

Our audit reporting tool is unmatched in its value and ease of use. It is an essential tool for any web agency, freelancer, or SEO professional looking to improve their sales process and close more deals.

Don't waste any more time or money on inefficient audit processes – try MyWebAudit.com today!                    

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

Tên My Web Audit My Web Audit
ID fmjkhlnfjdeknelfokepacbinhedgbjd
URL Chính Thức https://chromewebstore.google.com/detail/my-web-audit/fmjkhlnfjdeknelfokepacbinhedgbjd
Mô tả Innovative Website & SEO Audit Tool - Quickly show prospects what's wrong with their website. Get more meetings. Win more deals.
Kích Thước Tệp 173 KB
Số Lần Cài Đặt 3,627
Phiên Bản Hiện Tại 4.0.6
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2020-06-30
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://www.mywebaudit.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.mywebaudit.com
URL Trang Trợ Giúp https://help.mywebaudit.com
URL Trang Chính Sách Bảo Mật https://www.iubenda.com/privacy-policy/7890923
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My Web Audit",
    "short_name": "MWA",
    "description": "Innovative Website & SEO Audit Tool - Quickly show prospects what's wrong with their website. Get more meetings. Win more deals.",
    "version": "4.0.6",
    "version_name": "4.0.6",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "My Web Audit",
        "default_icon": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/app.js"
            ],
            "css": [
                "css\/app.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/nunitosans-regular-webfont.woff",
                "assets\/nunitosans-semibold-webfont.woff",
                "css\/app.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}