INDEXER.EXPRESS

INDEXER.EXPRESS

What is INDEXER.EXPRESS?

INDEXER.EXPRESS is a Chrome extension developed by https://indexer.express, and its main feature is "INDEXER.EXPRESS".

Extension Screenshots

screenshot

Download INDEXER.EXPRESS Extension CRX File

Download INDEXER.EXPRESS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extension pour l'application indexer.express.
Envoyez vos urls visités directement sur votre compte avec un simple click.

Mise à jour version 2 : résolution du bug du clignotement.                    

Extension Basic Information

Name INDEXER.EXPRESS INDEXER.EXPRESS
ID kahnhhjfpneamnpaomdladglecflegni
Official URL https://chromewebstore.google.com/detail/indexerexpress/kahnhhjfpneamnpaomdladglecflegni
Description INDEXER.EXPRESS
File Size 111 KB
Installation Count 88
Current Version 1.1
Last Updated 2021-06-16
Publish Date 2020-05-07
Developer https://indexer.express
Email [email protected]
Payment Type free
Extension Website https://indexer.express/
Help Page URL https://indexer.express/contact
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "INDEXER.EXPRESS",
    "description": "INDEXER.EXPRESS",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "jquery.min.js",
            "bg.js"
        ]
    },
    "permissions": [
        "http:\/\/indexer.express\/api\/links?*",
        "tabs",
        "",
        "storage"
    ]
}