VerifyMyAge

Verification states in real time

什么是VerifyMyAge?

VerifyMyAge是由https://verifymyage.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Verification states in real time”。

扩展截图

screenshot

下载VerifyMyAge扩展crx文件

下载VerifyMyAge扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 VerifyMyAge VerifyMyAge
ID pnmijffpojdahngpkdncjimgdkkjehbj
官方URL https://chromewebstore.google.com/detail/verifymyage/pnmijffpojdahngpkdncjimgdkkjehbj
简介 Verification states in real time
文件大小 23.42 KB
安装次数 49
当前版本 1.0.4
更新时间 2020-10-07
上架时间 2020-07-29
开发者 https://verifymyage.co.uk
电子邮箱 [email protected]
付费类型 free
扩展官网 https://verifymyage.co.uk
帮助页面URL https://verifymyage.co.uk/contact.html
隐私政策页面URL https://www.verifymyage.co.uk/privacy.html
支持的语言 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"
    }
}