EcoIndex.fr

Récupérer facilement les analyses Ecoindex faites sur une page grace au moteur ecoindex.fr

EcoIndex.fr क्या है?

EcoIndex.fr Vincent Vatelot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Récupérer facilement les analyses Ecoindex faites sur une page grace au moteur ecoindex.fr"।

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

screenshot

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

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

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

                        Cette extension permet d'afficher en un clic les résultats déjà existants dans la base ecoindex pour une page donnée. Si des résultats existent pour le site visité, ils seront aussi affichés                    

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

नाम EcoIndex.fr EcoIndex.fr
ID apeadjelacokohnkfclnhjlihklpclmp
आधिकारिक URL https://chromewebstore.google.com/detail/ecoindexfr/apeadjelacokohnkfclnhjlihklpclmp
विवरण Récupérer facilement les analyses Ecoindex faites sur une page grace au moteur ecoindex.fr
फ़ाइल का आकार 34.73 KB
स्थापना संख्या 1,060
वर्तमान संस्करण 2.7.0
अंतिम अपडेट 2023-03-16
प्रकाशन तिथि 2022-12-27
डेवलपर Vincent Vatelot
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.ecoindex.fr
सहायता पृष्ठ URL https://github.com/vvatelot/ecoindex-browser-plugin
समर्थित भाषाएँ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.7.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.ecoindex.fr",
    "name": "EcoIndex.fr",
    "description": "R\u00e9cup\u00e9rer facilement les analyses Ecoindex faites sur une page grace au moteur ecoindex.fr",
    "icons": {
        "144": "images\/ic_launcher.png"
    },
    "action": {
        "default_icon": "images\/ic_launcher.png",
        "default_title": "Ecoindex",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/bff.ecoindex.fr\/*"
    ]
}