eBay Profit Calculator
This is very simple eBay profit calculator. With item costs and listing price, you will get a no profit price and loss/gain calcs.
eBay Profit Calculatorคืออะไร?
eBay Profit Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mohy Eid และคุณลักษณะหลักของมันคือ "This is very simple eBay profit calculator. With item costs and listing price, you will get a no profit price and loss/gain calcs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eBay Profit Calculator
ดาวน์โหลดไฟล์ส่วนขยาย eBay Profit Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ddeoccjfmjhmmhmcalnhpcibfnoloeoc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ebay-profit-calculator/ddeoccjfmjhmmhmcalnhpcibfnoloeoc |
| คำอธิบาย | This is very simple eBay profit calculator. With item costs and listing price, you will get a no profit price and loss/gain calcs. |
| ขนาดไฟล์ | 224 KB |
| จำนวนการติดตั้ง | 333 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2018-03-04 |
| วันที่เผยแพร่ | 2018-03-03 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | Mohy Eid |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "eBay Profit Calculator",
"short_name": "eBay Calc",
"description": "This is very simple eBay profit calculator. With item costs and listing price, you will get a no profit price and loss\/gain calcs.",
"version": "1.1",
"author": "Mohy Eid",
"offline_enabled": true,
"browser_action": {
"default_icon": "icon48.png",
"default_popup": "index.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
]
} | |