Postal Chrome Extension

Send direct mail and gifts to customers from anywhere

什麼是Postal Chrome Extension?

Postal Chrome Extension是由https://postal.com開發的Chrome擴展程式,該擴展的主要功能是“Send direct mail and gifts to customers from anywhere”。

擴展截圖

screenshot
screenshot
screenshot

下載Postal Chrome Extension擴展crx文件

下載Postal Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Postal Chrome Extension Postal Chrome Extension
ID ddpaonelolflnpklgpgjjehelfhnfmdn
官方網址 https://chromewebstore.google.com/detail/postal-chrome-extension/ddpaonelolflnpklgpgjjehelfhnfmdn
簡介 Send direct mail and gifts to customers from anywhere
檔案大小 2.16 MB
安裝次數 1,610
目前版本 2.1.0
更新時間 2023-12-09
上架時間 2020-06-10
評分 5.00/5 共 10 次評分
開發者 https://postal.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.postal.com/
說明頁面URL https://help.postal.com/
隱私政策頁面URL https://postal.io/privacy-policy
支援的語言 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": [
                ""
            ]
        }
    ]
}