VerifyMyAge
Verification states in real time
VerifyMyAge क्या है?
VerifyMyAge https://verifymyage.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Verification states in real time"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VerifyMyAge एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |