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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a tool which enables the user to automatically logIn into different e-commerce websites."입니다.
확장 프로그램 스크린샷
playauto_chrome_extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*" ] } ] } |