Indexmenow

Un outil d’indexation qui fonctionne vraiment sur Google !

Cos'è Indexmenow?

Indexmenow è un'estensione di Chrome sviluppata da nampoinaandriamalala, e la sua funzione principale è "Un outil d’indexation qui fonctionne vraiment sur Google !".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Indexmenow

Scarica i file di estensione Indexmenow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Un outil d’indexation qui fonctionne vraiment sur Google ! Enfin un outil d’indexation qui fonctionne vraiment sur Google ! Consultez tous nos avis et testez par vous-même. C’est en moyenne 80% de pages indexées en 24h En plus, l’indexation est recréditée si votre URL n’est pas indexée sous 10 jours.                    

Informazioni di Base sull'Estensione

Nome Indexmenow Indexmenow
ID nfckflgabnpbmdefidjjhoefeackkgdl
URL Ufficiale https://chromewebstore.google.com/detail/indexmenow/nfckflgabnpbmdefidjjhoefeackkgdl
Descrizione Un outil d’indexation qui fonctionne vraiment sur Google !
Dimensione del File 1.45 MB
Conteggio Installazioni 528
Versione Corrente 1.1
Ultimo Aggiornamento 2021-12-18
Data di Pubblicazione 2021-12-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore nampoinaandriamalala
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://indexmenow.com/
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Indexmenow",
    "options_page": "options\/options.html",
    "description": "Un outil d\u2019indexation qui fonctionne vraiment sur Google !",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/indexmenow16.png",
            "32": "\/images\/indexmenow32.png",
            "48": "\/images\/indexmenow48.png",
            "128": "\/images\/indexmenow128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "\/images\/indexmenow16.png",
        "32": "\/images\/indexmenow32.png",
        "48": "\/images\/indexmenow48.png",
        "128": "\/images\/indexmenow128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/js.cookie.js",
                "js\/jquery.min.js",
                "js\/ProBar.js"
            ],
            "css": [
                "css\/font-awesome.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}