VerifyMyAge

Verification states in real time

Wat is VerifyMyAge?

VerifyMyAge is een Chrome-extensie ontwikkeld door https://verifymyage.co.uk, en de belangrijkste functie is "Verification states in real time".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie VerifyMyAge

Download VerifyMyAge-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

                        Age verification status in real time.

With the VerifyMyAge Chrome extension you can view your eBay & Amazon customers age verification statuses in real time within the orders view of your eBay and Amazon store.

Additional order details can also be viewed via the extension side panel.

Once installed, simply login to your existing VerifyMyAge account via the extension and you're ready to go.                    

Basisinformatie over de Extensie

Naam VerifyMyAge VerifyMyAge
ID pnmijffpojdahngpkdncjimgdkkjehbj
Officiële URL https://chromewebstore.google.com/detail/verifymyage/pnmijffpojdahngpkdncjimgdkkjehbj
Beschrijving Verification states in real time
Bestandsgrootte 23.42 KB
Aantal Installaties 49
Huidige Versie 1.0.4
Laatst Bijgewerkt 2020-10-07
Publicatiedatum 2020-07-29
Ontwikkelaar https://verifymyage.co.uk
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://verifymyage.co.uk
Help Pagina-URL https://verifymyage.co.uk/contact.html
URL van de Privacybeleid Pagina https://www.verifymyage.co.uk/privacy.html
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VerifyMyAge",
    "version": "1.0.4",
    "description": "Verification states in real time",
    "manifest_version": 2,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/vma.js"
            ],
            "css": [
                "css\/vma.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.ebay.co.uk\/mys\/sold*",
                "https:\/\/ebay.co.uk\/mys\/sold*",
                "https:\/\/ebay.co.uk\/sh\/ord*",
                "https:\/\/www.ebay.co.uk\/sh\/ord*"
            ],
            "js": [
                "js\/ebay.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/sellercentral.amazon.co.uk\/orders-v3*",
                "https:\/\/sellercentral.amazon.co.uk\/messaging\/contact*"
            ],
            "js": [
                "js\/amazon.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "vma.png",
            "32": "vma.png",
            "48": "vma.png",
            "128": "vma.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}