Postal Chrome Extension
Send direct mail and gifts to customers from anywhere
Postal Chrome Extension là gì?
Postal Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://postal.com, và tính năng chính của nó là "Send direct mail and gifts to customers from anywhere".
Ả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 Postal Chrome Extension
Tải xuống các tệp mở rộng Postal Chrome Extension 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
Postal’s Google Chrome extension enables you to send items from the Postal Marketplace directly from your inbox and the sales and marketing platforms where you already spend most of your day. Find and send items, add and edit contacts, save favorites, and track orders all without ever leaving your favorite apps like Gmail, Outreach, SalesLoft, Hubspot, or Salesforce. Postal will automatically connect with your leads and contacts and track all activity back.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Postal Chrome Extension |
ID | ddpaonelolflnpklgpgjjehelfhnfmdn |
URL Chính Thức | https://chromewebstore.google.com/detail/postal-chrome-extension/ddpaonelolflnpklgpgjjehelfhnfmdn |
Mô tả | Send direct mail and gifts to customers from anywhere |
Kích Thước Tệp | 2.16 MB |
Số Lần Cài Đặt | 1,610 |
Phiên Bản Hiện Tại | 2.1.0 |
Cập Nhật Lần Cuối | 2023-12-09 |
Ngày Phát Hành | 2020-06-10 |
Đánh Giá | 5.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://postal.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.postal.com/ |
URL Trang Trợ Giúp | https://help.postal.com/ |
URL Trang Chính Sách Bảo Mật | https://postal.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Postal Chrome Extension", "version": "2.1.0", "description": "Send direct mail and gifts to customers from anywhere", "icons": { "16": "postal-16.png", "48": "postal-48.png", "128": "postal-128.png" }, "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "16": "postal-16.png", "48": "postal-48.png", "128": "postal-128.png" }, "default_title": "Postal Chrome Extension" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ], "run_at": "document_idle" } ], "permissions": [ "activeTab" ], "web_accessible_resources": [ { "resources": [ "postal-48.png", "postal-48-white.png", "iframe.html", "material-icons.css", "material-icons-outlined.woff2" ], "matches": [ " |