Gerencianet LITE
Realize emissões e transferências pela sua conta Gerencianet de forma mais prática e rápida.
Gerencianet LITEคืออะไร?
Gerencianet LITE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gerencianet Pagamentos do Brasil และคุณลักษณะหลักของมันคือ "Realize emissões e transferências pela sua conta Gerencianet de forma mais prática e rápida."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gerencianet LITE
ดาวน์โหลดไฟล์ส่วนขยาย Gerencianet LITE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Emissão de boletos
- Emissão de carnês
- Transferências bancárias
- Transferências entre contas Gerencianet ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | amaomjjnmahcgighkiabepjbbjebjojl |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gerencianet-lite/amaomjjnmahcgighkiabepjbbjebjojl |
| คำอธิบาย | Realize emissões e transferências pela sua conta Gerencianet de forma mais prática e rápida. |
| ขนาดไฟล์ | 559 KB |
| จำนวนการติดตั้ง | 33 |
| เวอร์ชันปัจจุบัน | 2.13 |
| อัปเดตครั้งล่าสุด | 2019-02-08 |
| วันที่เผยแพร่ | 2019-02-08 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Gerencianet Pagamentos do Brasil |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://gerencianet.com.br |
| URL หน้าช่วยเหลือ | https://gerencianet.com.br/central-de-ajuda |
| ภาษาที่รองรับ | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "2.13",
"default_locale": "pt_BR",
"name": "__MSG_ExtensionName__",
"description": "__MSG_ExtensionDescription__",
"homepage_url": "https:\/\/www.gerencianet.com.br",
"browser_action": {
"default_icon": "images\/gn19.png",
"default_popup": "views\/index.html",
"default_title": "Gerencianet"
},
"icons": {
"16": "images\/gn19.png",
"128": "images\/icon128.png"
},
"permissions": [
"tabs",
"activeTab",
"storage",
"https:\/\/login.gerencianet.com.br\/*",
"https:\/\/gcs.gerencianet.com.br\/v1\/*",
"https:\/\/gms.gerencianet.com.br\/*"
],
"background": {
"page": "views\/feedback.html",
"persistent": true
}
} | |