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
公式URL 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
Eメール [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": [
                ""
            ]
        }
    ]
}