SmartappS

SmartappS Website Auditor - Check Common SEO & Development Bugs, SEO Tool, Best SEO Tool, Website Sanity Tool

Qu'est-ce que SmartappS ?

SmartappS est une extension Chrome développée par Swapnil Srivastava, et sa fonction principale est "SmartappS Website Auditor - Check Common SEO & Development Bugs, SEO Tool, Best SEO Tool, Website Sanity Tool".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SmartappS

Téléchargez les fichiers d'extension SmartappS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension is developed to find SEO & Dev bugs. It has below features ..

Detailed Blog Link: https://bit.ly/3dUfRwV

SEO Tool: Title,Meta Description,Canonical, Heading Tags, Robots, Sitemap, Google Cache ,Google Search, Yahoo Search, Alt Data , Broken Links, Internal links, External links,Point Headings & Missing ALT data on page,Page's Links details,Images With Alt Details
This Tool will try to perform a SEO sanity of your page, You can locate heading tags and missing check points on your website.


Dev Tool: Page's Images Sanity, Page's CSS Sanity, Page's JS Sanity, All Assets, Crawl Website Using Sitemap, Crawl Sanity, Etc..
Using sitemap you can perform quick sanity of your website also check images response.

Setting: Provide User's to select and save first screen show and stop some auto run performance.

What's New:  Floating Window, SEO Analytics Information, Minor Bug Fixed                    

Informations de Base sur l'Extension

Nom SmartappS SmartappS
ID afgalljbnkkakhkleioiaamkiiopofbf
URL Officiel https://chromewebstore.google.com/detail/smartapps/afgalljbnkkakhkleioiaamkiiopofbf
Description SmartappS Website Auditor - Check Common SEO & Development Bugs, SEO Tool, Best SEO Tool, Website Sanity Tool
Taille du Fichier 299 KB
Nombre d'Installations 24
Version Actuelle 1.0.5
Dernière Mise à Jour 2021-07-09
Date de Publication 2021-05-20
Évaluation 4.80/5 Total 5 Évaluations
Développeur Swapnil Srivastava
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://smartapps.in
URL de la Page d'Aide http://smartapps.in/#footer
URL de la Page de Politique de Confidentialité http://smartapps.in
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SmartappS",
    "version": "1.0.5",
    "description": "SmartappS Website Auditor - Check Common SEO & Development Bugs, SEO Tool, Best SEO Tool, Website Sanity Tool",
    "manifest_version": 2,
    "icons": {
        "16": "s-logo.png",
        "48": "s-logo.png",
        "128": "s-logo.png",
        "256": "s-bnr.png",
        "512": "s-bnr.png",
        "1024": "s-bnr.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "author": "Swapnil Srivastava",
    "browser_action": {
        "default_icon": "s-logo.png",
        "default_popup": "layout.html"
    },
    "devtools_page": "devtool-panel\/devpanel.html",
    "web_accessible_resources": [
        "layout.html"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "onload.js"
            ],
            "css": [
                "onloadcss.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}