SiteMapper

SiteMapper Extension v1.2

Qu'est-ce que SiteMapper ?

SiteMapper est une extension Chrome développée par https://matthewdavidbarton.com, et sa fonction principale est "SiteMapper Extension v1.2".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension SiteMapper 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

                        Generate an entire XML Sitemap for Search Engine Optimization.  Click one button the extension will crawl the current site and generate an XML Sitemap upon completion that you can submit to Google and other Search Engines to direct them what content to crawl.  This extension  is not currently limited by number of urls and operates in the background, with updates on progress displayed in the bottom right of the browser.                    

Informations de Base sur l'Extension

Nom SiteMapper SiteMapper
ID aeochbcpgdjhfcngafnhmmpfoklpebko
URL Officiel https://chromewebstore.google.com/detail/sitemapper/aeochbcpgdjhfcngafnhmmpfoklpebko
Description SiteMapper Extension v1.2
Taille du Fichier 388 KB
Nombre d'Installations 229
Version Actuelle 1.2
Dernière Mise à Jour 2020-12-20
Date de Publication 2020-12-19
Développeur https://matthewdavidbarton.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://matthewdavidbarton.com/home/sitemapper
URL de la Page d'Aide http://matthewdavidbarton.com/home/sitemapper
URL de la Page de Politique de Confidentialité http://matthewdavidbarton.com/home/privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "SiteMapper"
    },
    "description": "SiteMapper Extension v1.2",
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon.png",
        "128": "favicon-128.png"
    },
    "web_accessible_resources": [],
    "name": "SiteMapper",
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "1.2"
}