Indexmenow

Un outil d’indexation qui fonctionne vraiment sur Google !

Co je Indexmenow?

Indexmenow je rozšíření Chrome vyvinuté nampoinaandriamalala, a jeho hlavní funkcí je „Un outil d’indexation qui fonctionne vraiment sur Google !“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Indexmenow

Stáhněte si soubory rozšíření Indexmenow ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Indexmenow Indexmenow
ID nfckflgabnpbmdefidjjhoefeackkgdl
Oficiální URL https://chromewebstore.google.com/detail/indexmenow/nfckflgabnpbmdefidjjhoefeackkgdl
Popis Un outil d’indexation qui fonctionne vraiment sur Google !
Velikost souboru 1.45 MB
Počet instalací 528
Aktuální Verze 1.1
Poslední Aktualizace 2021-12-18
Datum Vydání 2021-12-18
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář nampoinaandriamalala
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://indexmenow.com/
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}