Rebtel Total
Rebtel Total
Rebtel Totalคืออะไร?
Rebtel Total เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://codingeverything.com และคุณลักษณะหลักของมันคือ "Rebtel Total"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rebtel Total
ดาวน์โหลดไฟล์ส่วนขยาย Rebtel Total ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Will add columns to Rebtel Account history that include cost per minute for each call as well as monthly totals per page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kjdfaimdbkkmpehdakdnhbgonnjmbafm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/rebtel-total/kjdfaimdbkkmpehdakdnhbgonnjmbafm |
คำอธิบาย | Rebtel Total |
ขนาดไฟล์ | 21.87 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2015-08-16 |
วันที่เผยแพร่ | 2015-08-16 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://codingeverything.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/KyleMit/RebtelTotals |
URL หน้าช่วยเหลือ | https://github.com/KyleMit/RebtelTotals/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rebtel Total", "version": "0.2", "description": "Rebtel Total", "icons": { "16": "Icons\/Logo16.png", "32": "Icons\/Logo32.png", "48": "Icons\/Logo48.png", "128": "Icons\/Logo128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/my.rebtel.com\/en\/account\/history\/*" ], "js": [ "script.js" ] } ] } |