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 क्या है?

My Web Audit https://www.mywebaudit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Innovative Website & SEO Audit Tool - Quickly show prospects what's wrong with their website. Get more meetings. Win more deals."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में My Web Audit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम My Web Audit My Web Audit
ID fmjkhlnfjdeknelfokepacbinhedgbjd
आधिकारिक URL https://chromewebstore.google.com/detail/my-web-audit/fmjkhlnfjdeknelfokepacbinhedgbjd
विवरण Innovative Website & SEO Audit Tool - Quickly show prospects what's wrong with their website. Get more meetings. Win more deals.
फ़ाइल का आकार 173 KB
स्थापना संख्या 3,627
वर्तमान संस्करण 4.0.6
अंतिम अपडेट 2023-11-21
प्रकाशन तिथि 2020-06-30
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://www.mywebaudit.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.mywebaudit.com
सहायता पृष्ठ URL https://help.mywebaudit.com
गोपनीयता नीति पृष्ठ URL https://www.iubenda.com/privacy-policy/7890923
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}