NectarCRM
This app does something awesome.
NectarCRM là gì?
NectarCRM là một tiện ích mở rộng Chrome được phát triển bởi NectarCrm, và tính năng chính của nó là "This app does something awesome.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NectarCRM
Tải xuống các tệp mở rộng NectarCRM dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Extensão que permite que voce integre seus emails do gmail com sua conta Nectarcrm
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NectarCRM |
ID | ofdepjfkeinmnaeeeojmffldnkogfjaj |
URL Chính Thức | https://chromewebstore.google.com/detail/nectarcrm/ofdepjfkeinmnaeeeojmffldnkogfjaj |
Mô tả | This app does something awesome. |
Kích Thước Tệp | 1.27 MB |
Số Lần Cài Đặt | 476 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2022-10-13 |
Ngày Phát Hành | 2020-06-08 |
Nhà Phát Triển | NectarCrm |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://nectarcrm.com.br/ |
URL Trang Trợ Giúp | https://docs.nectarcrm.com.br/central-de-ajuda#open |
URL Trang Chính Sách Bảo Mật | https://nectarcrm.com.br/politica-de-privacidade |
Ngôn Ngữ Được Hỗ Trợ | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "pt_BR", "version": "1.1.0", "manifest_version": 2, "homepage_url": "http:\/\/nectarcrm.com.br\/", "icons": { "16": "nectaricon-16px.png", "32": "nectaricon-32px.png", "48": "nectaricon-48px.png", "128": "nectaricon-128px.png" }, "browser_action": { "default_icon": { "32": "\/images\/logo\/nectaricon-32px.png" }, "default_title": "NectarCRM" }, "background": { "scripts": [ "\/background\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "\/inboxsdk.js", "\/static\/js\/mailExtension.js" ], "css": [ "\/static\/css\/index.css" ] } ], "web_accessible_resources": [ "images\/*" ], "permissions": [ "activeTab", "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", " |