Postal Chrome Extension
Send direct mail and gifts to customers from anywhere
Was ist Postal Chrome Extension?
Postal Chrome Extension ist eine Chrome-Erweiterung, die von https://postal.com entwickelt wurde, und ihr Hauptmerkmal ist "Send direct mail and gifts to customers from anywhere".
Erweiterungsscreenshots
Postal Chrome Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Postal Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Postal Chrome Extension |
ID | ddpaonelolflnpklgpgjjehelfhnfmdn |
Offizielle URL | https://chromewebstore.google.com/detail/postal-chrome-extension/ddpaonelolflnpklgpgjjehelfhnfmdn |
Beschreibung | Send direct mail and gifts to customers from anywhere |
Dateigröße | 2.16 MB |
Installationsanzahl | 1,610 |
Aktuelle Version | 2.1.0 |
Letztes Update | 2023-12-09 |
Veröffentlichungsdatum | 2020-06-10 |
Bewertung | 5.00/5 Insgesamt 10 Bewertungen |
Entwickler | https://postal.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.postal.com/ |
Hilfeseite URL | https://help.postal.com/ |
URL der Datenschutzrichtlinien-Seite | https://postal.io/privacy-policy |
Unterstützte Sprachen | 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": [ " |