playauto_chrome_extension

This is a tool which enables the user to automatically logIn into different e-commerce websites.

Vad är playauto_chrome_extension?

playauto_chrome_extension är en Chrome-tillägg utvecklad av Playauto, och dess huvudfunktion är "This is a tool which enables the user to automatically logIn into different e-commerce websites.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner playauto_chrome_extension-förlängningens CRX-fil

Ladda ner playauto_chrome_extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn playauto_chrome_extension playauto_chrome_extension
ID khgfhiclgilifjfblcjfcefbhjlponpm
Officiell webbadress https://chromewebstore.google.com/detail/playautochromeextension/khgfhiclgilifjfblcjfcefbhjlponpm
Beskrivning This is a tool which enables the user to automatically logIn into different e-commerce websites.
Filstorlek 105 KB
Antal Installationer 15,281
Aktuell Version 0.1.42
Senast Uppdaterad 2024-02-28
Publiceringsdatum 2023-02-15
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Playauto
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://plto.com
URL till Sekretesspolicy Sidan https://plto.com/policy/Policy?tabIndex=2
Stödda Språk 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:\/\/*\/*"
            ]
        }
    ]
}