playauto_chrome_extension
This is a tool which enables the user to automatically logIn into different e-commerce websites.
playauto_chrome_extension क्या है?
playauto_chrome_extension Playauto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a tool which enables the user to automatically logIn into different e-commerce websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में playauto_chrome_extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a tool which enables the user to automatically log into different e-commerce websites, without having to manually type in the ID/PW fields and clicking the login button.
एक्सटेंशन की मूल जानकारी
नाम | playauto_chrome_extension |
ID | khgfhiclgilifjfblcjfcefbhjlponpm |
आधिकारिक URL | https://chromewebstore.google.com/detail/playautochromeextension/khgfhiclgilifjfblcjfcefbhjlponpm |
विवरण | This is a tool which enables the user to automatically logIn into different e-commerce websites. |
फ़ाइल का आकार | 105 KB |
स्थापना संख्या | 15,281 |
वर्तमान संस्करण | 0.1.42 |
अंतिम अपडेट | 2024-02-28 |
प्रकाशन तिथि | 2023-02-15 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Playauto |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://plto.com |
गोपनीयता नीति पृष्ठ URL | https://plto.com/policy/Policy?tabIndex=2 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "playauto_chrome_extension", "version": "0.1.42", "manifest_version": 3, "description": "This is a tool which enables the user to automatically logIn into different e-commerce websites.", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "scripting", "cookies" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*", "*:\/\/lvh.me:*\/*", "*:\/\/*.hirogete.com\/*", "*:\/\/*.amazonaws.com\/*", "*:\/\/*.playauto.io\/*", "*:\/\/*.playauto.co.kr\/*", "*:\/\/*.playapi.io\/*", "*:\/\/*.playauto.org\/*", "*:\/\/*.yolowa.io\/*" ] }, "web_accessible_resources": [ { "resources": [ "manifest.json", "scripts\/*", "sandbox.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |