My Position in Queue
An extension that shows your position in queue
Wat is My Position in Queue?
My Position in Queue is een Chrome-extensie ontwikkeld door Developer Tools, en de belangrijkste functie is "An extension that shows your position in queue".
Extensie Screenshots
Download het CRX-bestand van de extensie My Position in Queue
Download My Position in Queue-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        An extension that shows your position in queue                     Basisinformatie over de Extensie
| Naam |   |  
| ID | jdadckafhliibhblifnnkkbofidpfjcd | 
| Officiële URL | https://chromewebstore.google.com/detail/my-position-in-queue/jdadckafhliibhblifnnkkbofidpfjcd | 
| Beschrijving | An extension that shows your position in queue | 
| Bestandsgrootte | 36.69 KB | 
| Aantal Installaties | 21 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2020-10-22 | 
| Publicatiedatum | 2020-10-05 | 
| Ontwikkelaar | Developer Tools | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | http://lightningboltapp.com/ | 
| Ondersteunde Talen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Position in Queue",
    "version": "1.0",
    "description": "An extension that shows your position in queue",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/csapptools.docusignhq.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "My Position in Queue"
    },
    "permissions": [
        "tabs",
        "notifications",
        "https:\/\/csapptools.docusignhq.com\/*",
        "storage"
    ]
}  |  |