Indexmenow

Un outil d’indexation qui fonctionne vraiment sur Google !

Indexmenow क्या है?

Indexmenow nampoinaandriamalala द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Un outil d’indexation qui fonctionne vraiment sur Google !"।

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

screenshot

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

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

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

                        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.                    

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

नाम Indexmenow Indexmenow
ID nfckflgabnpbmdefidjjhoefeackkgdl
आधिकारिक URL https://chromewebstore.google.com/detail/indexmenow/nfckflgabnpbmdefidjjhoefeackkgdl
विवरण Un outil d’indexation qui fonctionne vraiment sur Google !
फ़ाइल का आकार 1.45 MB
स्थापना संख्या 528
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-12-18
प्रकाशन तिथि 2021-12-18
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर nampoinaandriamalala
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://indexmenow.com/
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}