Shopee Bot (The Shopify bot)

Never miss any shopify site release using best shopify bot ever.

O que é Shopee Bot (The Shopify bot)?

Shopee Bot (The Shopify bot) é uma extensão do Chrome desenvolvida por http://theshopifybots.com, e sua principal característica é "Never miss any shopify site release using best shopify bot ever.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Shopee Bot (The Shopify bot)

Baixe arquivos de extensão Shopee Bot (The Shopify bot) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This Extension will help users to buy products on their favorite shopify sites and using this extension user will be able to buy products on releases.

[Features]
Faster checkout
Full control 
Custom sizes
Any sizes

[Upcoming features]
Autocheckout
scheduling

The sole purpose for Shopee bot (The Shopify bot) is to let people buy what they want at shopify sites releases.

For more information on Shopee bots, see our Privacy Policy
https://www.theshopifybots.com/privacy-policy                    

Informações Básicas da Extensão

Nome Shopee Bot (The Shopify bot) Shopee Bot (The Shopify bot)
ID aljkhfahjdomcmejmgfhdpgajlkdknah
URL Oficial https://chrome.google.com/webstore/detail/shopee-bot-the-shopify-bo/aljkhfahjdomcmejmgfhdpgajlkdknah
Descrição Never miss any shopify site release using best shopify bot ever.
Tamanho do Arquivo 992 KB
Contagem de Instalações 13
Versão Atual 0.0.3
Última Atualização 2018-12-31
Data de Publicação 2018-12-31
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor http://theshopifybots.com
Email [email protected]
Tipo de Pagamento in_store
Site da Extensão https://www.theshopifybots.com
URL da Página de Política de Privacidade https://www.theshopifybots.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopee Bot (The Shopify bot)",
    "description": "Never miss any shopify site release using best shopify bot ever.",
    "version": "0.0.3",
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "background": {
        "scripts": [
            "lib\/settings.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Shopee Bot (The Shopify bot)",
        "default_icon": "app\/img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/checkout.shopifycs.com\/*",
                "http:\/\/checkout.shopifycs.com\/*"
            ],
            "all_frames": true,
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "js\/paymentPage.js"
            ]
        },
        {
            "matches": [
                "https:\/\/nellymadisonclothing.com\/*",
                "https:\/\/little-minis.com\/*",
                "https:\/\/shop.extrabutterny.com\/*",
                "https:\/\/us.reigningchamp.com\/*",
                "https:\/\/gowildling.com\/*",
                "https:\/\/pleiades-designs.com\/*",
                "https:\/\/bijousauvageclothier.com\/*",
                "https:\/\/www.toyshades.com\/*",
                "https:\/\/ghostly.com\/*",
                "https:\/\/kkwbeauty.com\/*",
                "https:\/\/tropicalsunfoods.com\/*",
                "https:\/\/harperwilde.com\/*",
                "https:\/\/npgshop.org.uk\/*",
                "https:\/\/shop.soworthloving.com\/*",
                "https:\/\/shwoodshop.com\/*",
                "https:\/\/ullac.com\/*",
                "https:\/\/shop.factory43.com\/*",
                "https:\/\/shop.bremont.com\/*",
                "https:\/\/www.jmandsons.com\/*",
                "https:\/\/norwegianrain.com\/*",
                "https:\/\/press-london.com\/*",
                "https:\/\/commondeer.com\/*",
                "https:\/\/colossalshop.com\/*",
                "https:\/\/finisterre.com\/*",
                "https:\/\/www.mollyjogger.com\/*",
                "https:\/\/www.tecovas.com\/*",
                "https:\/\/www.livieandluca.com\/*",
                "https:\/\/packershoes.com\/*",
                "https:\/\/peternappi.com\/*",
                "https:\/\/www.greats.com\/*",
                "https:\/\/rothys.com\/*",
                "https:\/\/helmboots.com\/*",
                "https:\/\/www.smallwoodhome.com\/*",
                "https:\/\/welldressedwolf.com\/*"
            ],
            "js": [
                "site_map.js",
                "lib\/jquery-3.2.1.min.js",
                "js\/smallwoods.js"
            ]
        }
    ],
    "oauth2": {
        "client_id": "316455769657-psqr6u5kvudhpi367q80ccbul45me5u0.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js https:\/\/apis.google.com https:\/\/www.google.com https:\/\/script.google.com https:\/\/script.googleusercontent.com 'unsafe-eval';frame-src https:\/\/www.youtube.com; object-src 'self'"
}