Resell.on Smartfill
Smart autofill extension for shopping e-commerce webpages. Accessing a new site that you've never accessed before? Is your current…
Resell.on Smartfill란 무엇입니까?
Resell.on Smartfill은(는) maiki.sneakers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smart autofill extension for shopping e-commerce webpages. Accessing a new site that you've never accessed before? Is your current…"입니다.
확장 프로그램 스크린샷
Resell.on Smartfill 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Smart autofill extension for shopping e-commerce webpages. Accessing a new site that you've never accessed before? Is your current autofill requiring too much effort or too much time to use, especially when trying to buy items where speed is key? With Resell.on Smartfill, our extension will pre-fill out fields with your saved information without touching a button, and for sites that you may not have even ever accessed before with smart HTML field detection technologies before the webpage even finishes loading.
확장 프로그램 기본 정보
이름 | Resell.on Smartfill |
ID | plkpnlgiajabdbnmgiankofcjakiflbo |
공식 URL | https://chromewebstore.google.com/detail/resellon-smartfill/plkpnlgiajabdbnmgiankofcjakiflbo |
설명 | Smart autofill extension for shopping e-commerce webpages. Accessing a new site that you've never accessed before? Is your current… |
파일 크기 | 213 KB |
설치 횟수 | 339 |
현재 버전 | 1.24 |
최근 업데이트 | 2021-04-13 |
출시 날짜 | 2020-09-21 |
개발자 | maiki.sneakers |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.resellon.io/tos |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resell.on Smartfill", "manifest_version": 2, "version": "1.24", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/js\/content_scripts\/autofill.js", ".\/js\/content_scripts\/websites\/wtaps.js", ".\/js\/content_scripts\/websites\/supreme.js", ".\/js\/content_scripts\/websites\/adidas.js", ".\/js\/content_scripts\/websites\/shopify\/shopify_general.js", ".\/js\/content_scripts\/websites\/shopify\/mctt.js", ".\/js\/content_scripts\/websites\/descendant.js", ".\/js\/content_scripts\/websites\/pokemonCenter.js", ".\/js\/content_scripts\/websites\/lastConceptShop.js", ".\/js\/libraries\/jquery-3.5.1.min.js", ".\/js\/libraries\/bootstrap.min.js", ".\/js\/libraries\/bootstrap-notify.min.js" ], "css": [ ".\/css\/libraries\/animate.min.css", ".\/css\/libraries\/bootstrap.min.css" ] } ], "icons": { "16": ".\/assets\/icons\/resell_on-16.png", "32": ".\/assets\/icons\/resell_on-32.png", "48": ".\/assets\/icons\/resell_on-48.png", "128": ".\/assets\/icons\/resell_on-128.png" }, "background": { "scripts": [ ".\/js\/background\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": ".\/assets\/icons\/resell_on-16.png", "32": ".\/assets\/icons\/resell_on-32.png", "48": ".\/assets\/icons\/resell_on-48.png", "128": ".\/assets\/icons\/resell_on-128.png" } }, "options_page": "options.html", "permissions": [ "storage" ], "web_accessible_resources": [ "templates\/notification.html", "assets\/icons\/resell_on-32.png" ], "content_security_policy": "script-src 'self' https:\/\/use.fontawesome.com; object-src 'self'" } |