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文件
下載Resell.on Smartfill擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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'" } |