Assist by SoleSavy
A faster autofill for sneaker enthusiasts. Assist will auto-fill your info and take you to the payment page in fewer clicks.
Assist by SoleSavy là gì?
Assist by SoleSavy là một tiện ích mở rộng Chrome được phát triển bởi SoleSavy, và tính năng chính của nó là "A faster autofill for sneaker enthusiasts. Assist will auto-fill your info and take you to the payment page in fewer clicks.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Assist by SoleSavy
Tải xuống các tệp mở rộng Assist by SoleSavy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Assist by SoleSavy is your sneaker-shopping companion. There’s a lot of competition for sneakers these days, so we’ve built Assist to give our members a leg up. Super fast autofill: Assist gives you a better chance at snagging the shoes you want on release day by automatically completing your shipping and billing information. Fewer clicks to checkout: With “Auto-Select Shipping Option” enabled, you’ll breeze through the checkout process and be taken directly to the final payment page. Fewer clicks = faster checkout time! Avoid shipping errors: Have more confidence when you purchase - no more missed apartment numbers when you’re in a rush. Assist is tailor made for Shopify stores, so it won’t skip a beat. Easy setup: It only takes a moment to get started. By using this extension, you agree to the SoleSavy’s Terms & Conditions available at https://solesavy.com/tos/.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Assist by SoleSavy |
ID | fbglcckkpnofkibjakkfbmkhfmkcappm |
URL Chính Thức | https://chromewebstore.google.com/detail/assist-by-solesavy/fbglcckkpnofkibjakkfbmkhfmkcappm |
Mô tả | A faster autofill for sneaker enthusiasts. Assist will auto-fill your info and take you to the payment page in fewer clicks. |
Kích Thước Tệp | 535 KB |
Số Lần Cài Đặt | 2,654 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2022-12-17 |
Ngày Phát Hành | 2021-09-30 |
Đánh Giá | 4.63/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | SoleSavy |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://solesavy.com |
URL Trang Trợ Giúp | http://solesavy.com/contact |
URL Trang Chính Sách Bảo Mật | https://solesavy.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A faster autofill for sneaker enthusiasts. Assist will auto-fill your info and take you to the payment page in fewer clicks.", "version": "1.0.4", "manifest_version": 3, "name": "Assist by SoleSavy", "author": "SoleSavy Inc.", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "iconGrayscale64.png" }, "icons": { "16": "iconGrayscale16.png", "24": "iconGrayscale24.png", "32": "iconGrayscale32.png", "64": "iconGrayscale64.png", "128": "iconGrayscale128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*\/checkouts\/*" ], "js": [ "shopifyScript.bundle.js" ] }, { "matches": [ "https:\/\/*\/checkouts\/c\/*" ], "js": [ "shopifyScript.bundle.js" ] }, { "matches": [ "https:\/\/*.shopifycs.com\/*" ], "js": [ "shopifyBillingScript.bundle.js" ], "all_frames": true } ], "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "icon128.png", "icon.png", "iconGrayscale128.png", "MADE-Tommy-Soft-Regular.otf", "MADE-Tommy-Soft-Medium.otf", "MADE-Tommy-Soft-Bold.otf", "LabGrotesque-Regular.ttf", "LabGrotesque-Medium.ttf", "LabGrotesque-Bold.ttf" ], "matches": [] } ], "permissions": [ "storage" ] } |