Fastap
Amazonで売れる商品や利益が出る商品 さらに推薦仕入額やリスクランクなどを瞬時に確認しスピーディーな仕入れを支援するせどり・転売支援ツールです。
What is Fastap?
Fastap is a Chrome extension developed by laaf, and its main feature is "Amazonで売れる商品や利益が出る商品 さらに推薦仕入額やリスクランクなどを瞬時に確認しスピーディーな仕入れを支援するせどり・転売支援ツールです。".
Extension Screenshots
Download Fastap Extension CRX File
Download Fastap extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
せどりで行う仕入れの際に対象の商品がAmazonで売れているのかや販売されている価格や損益分岐点は何円なのか?瞬時に表示して商品仕入れの判断スピードを格段にアップさせる仕入れ支援ツールです。
Extension Basic Information
Name | Fastap |
ID | oidjgjidlgmakpleaadhicghclddpilg |
Official URL | https://chromewebstore.google.com/detail/fastap/oidjgjidlgmakpleaadhicghclddpilg |
Description | Amazonで売れる商品や利益が出る商品 さらに推薦仕入額やリスクランクなどを瞬時に確認しスピーディーな仕入れを支援するせどり・転売支援ツールです。 |
File Size | 443 KB |
Installation Count | 1,094 |
Current Version | 2.0.4 |
Last Updated | 2023-04-19 |
Publish Date | 2020-09-01 |
Rating | 3.75/5 Total 4 Ratings |
Developer | laaf |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fastap", "description": "Amazon\u3067\u58f2\u308c\u308b\u5546\u54c1\u3084\u5229\u76ca\u304c\u51fa\u308b\u5546\u54c1\n\u3055\u3089\u306b\u63a8\u85a6\u4ed5\u5165\u984d\u3084\u30ea\u30b9\u30af\u30e9\u30f3\u30af\u306a\u3069\u3092\u77ac\u6642\u306b\u78ba\u8a8d\u3057\u30b9\u30d4\u30fc\u30c7\u30a3\u30fc\u306a\u4ed5\u5165\u308c\u3092\u652f\u63f4\u3059\u308b\u305b\u3069\u308a\u30fb\u8ee2\u58f2\u652f\u63f4\u30c4\u30fc\u30eb\u3067\u3059\u3002", "version": "2.0.4", "manifest_version": 3, "icons": { "16": "icons\/fastap.png", "48": "icons\/fastap.png", "128": "icons\/fastap.png" }, "action": { "default_icon": "icons\/fastap.png", "default_popup": "popup\/index.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "background", "webNavigation", "storage", "scripting" ], "host_permissions": [ "https:\/\/www.amazon.co.jp\/*", "https:\/\/xs495442.xsrv.jp\/*", "https:\/\/laaf2020.com\/*" ], "content_scripts": [ { "js": [ "vendor\/jquery-3.4.1.js", "contents\/manage.js", "contents\/content_script.js" ], "css": [ "contents\/manage.css" ], "matches": [ "https:\/\/www.amazon.co.jp\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "iframe\/iframe.html" ], "matches": [ "https:\/\/www.amazon.co.jp\/*" ], "extension_ids": [] } ] } |