[Amazon] show price without fees
Show amazon product prices without the shipping fee that you pay to amazon as a seller.
[Amazon] show price without feesคืออะไร?
[Amazon] show price without fees เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MJ Digital และคุณลักษณะหลักของมันคือ "Show amazon product prices without the shipping fee that you pay to amazon as a seller."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย [Amazon] show price without fees
ดาวน์โหลดไฟล์ส่วนขยาย [Amazon] show price without fees ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This application will show you the price after the 15% seller fee amazon takes after a sale. The seller fee percentage is adjustable and you can change the percentage to your liking. A must have for anyone doing product research on Amazon for dropshipping.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | [Amazon] show price without fees |
ID | cocaimehnkadckcgnahaafeggfnihnkj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amazon-show-price-without/cocaimehnkadckcgnahaafeggfnihnkj |
คำอธิบาย | Show amazon product prices without the shipping fee that you pay to amazon as a seller. |
ขนาดไฟล์ | 416 KB |
จำนวนการติดตั้ง | 1,526 |
เวอร์ชันปัจจุบัน | 5.0.2 |
อัปเดตครั้งล่าสุด | 2022-11-15 |
วันที่เผยแพร่ | 2020-06-06 |
คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | MJ Digital |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://amzshowprice.clickfunnels.com/home |
URL หน้าช่วยเหลือ | https://amzshowprice.clickfunnels.com/home |
URL หน้านโยบายความเป็นส่วนตัว | https://amzshowprice.clickfunnels.com/privacy-policy23 |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "[Amazon] show price without fees", "short_name": "what I earn on amazon", "description": "Show amazon product prices without the shipping fee that you pay to amazon as a seller.", "version": "5.0.2", "version_name": "5.0.2", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "src\/index.html", "default_title": "To see the chrome extension in action please open amazon and adjust your shipping fee percentage to your liking." }, "background": { "service_worker": "\/src\/authModule\/js\/background-worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*", "http:\/\/www.amazon.com\/*", "http:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.co.uk\/*", "http:\/\/www.amazon.co.uk\/*", "http:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.co.jp\/*", "http:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.fr\/*", "http:\/\/www.amazon.de\/*", "https:\/\/www.amazon.de\/*" ], "js": [ "src\/jquery-1.12.3.js", "src\/injectable.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/jquery-1.12.3.js", "src\/authModule\/js\/config.js", "src\/authModule\/js\/core.js", "src\/authModule\/js\/stripe_scripts.js", "src\/authModule\/js\/content.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/amazon-extension-test.herokuapp.com\/*state=extension_token*" ], "js": [ "src\/authModule\/js\/core.js", "src\/authModule\/js\/oauth.js", "src\/authModule\/js\/oauthContent.js" ], "run_at": "document_start" } ], "client_id": "286222568796-dh2fnemvefk5n48goa2glfl0gb42uq94.apps.googleusercontent.com", "web_accessible_resources": [ { "resources": [ "src\/images\/*" ], "matches": [ "https:\/\/www.amazon.com\/*", "http:\/\/www.amazon.com\/*", "http:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.co.uk\/*", "http:\/\/www.amazon.co.uk\/*", "http:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.co.jp\/*", "http:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.fr\/*", "http:\/\/www.amazon.de\/*", "https:\/\/www.amazon.de\/*" ] } ], "permissions": [ "storage", "https:\/\/*.googleapis.com\/", "https:\/\/amazon-extension-test.herokuapp.com\/*", "*:\/\/localhost:44303\/*" ] } |