Postal Chrome Extension

Send direct mail and gifts to customers from anywhere

Cos'è Postal Chrome Extension?

Postal Chrome Extension è un'estensione di Chrome sviluppata da https://postal.com, e la sua funzione principale è "Send direct mail and gifts to customers from anywhere".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Postal Chrome Extension

Scarica i file di estensione Postal Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Postal Chrome Extension Postal Chrome Extension
ID ddpaonelolflnpklgpgjjehelfhnfmdn
URL Ufficiale https://chromewebstore.google.com/detail/postal-chrome-extension/ddpaonelolflnpklgpgjjehelfhnfmdn
Descrizione Send direct mail and gifts to customers from anywhere
Dimensione del File 2.16 MB
Conteggio Installazioni 1,610
Versione Corrente 2.1.0
Ultimo Aggiornamento 2023-12-09
Data di Pubblicazione 2020-06-10
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore https://postal.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.postal.com/
URL della Pagina di Aiuto https://help.postal.com/
URL della Pagina della Politica sulla Privacy https://postal.io/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}