Shopee Bot (The Shopify bot)
Never miss any shopify site release using best shopify bot ever.
Shopee Bot (The Shopify bot)란 무엇입니까?
Shopee Bot (The Shopify bot)은(는) http://theshopifybots.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never miss any shopify site release using best shopify bot ever."입니다.
확장 프로그램 스크린샷
Shopee Bot (The Shopify bot) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | aljkhfahjdomcmejmgfhdpgajlkdknah |
공식 URL | https://chrome.google.com/webstore/detail/shopee-bot-the-shopify-bo/aljkhfahjdomcmejmgfhdpgajlkdknah |
설명 | Never miss any shopify site release using best shopify bot ever. |
파일 크기 | 992 KB |
설치 횟수 | 13 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2018-12-31 |
출시 날짜 | 2018-12-31 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | http://theshopifybots.com |
이메일 | [email protected] |
결제 유형 | in_store |
확장 프로그램 웹 사이트 | https://www.theshopifybots.com |
개인정보 보호 정책 페이지 URL | https://www.theshopifybots.com/privacy-policy |
지원되는 언어 | 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'" } |