PR Monkey: Email Tracking & Pitching Insights

Share your experts and monitor media efforts in Gmail and beyond.

PR Monkey: Email Tracking & Pitching Insights क्या है?

PR Monkey: Email Tracking & Pitching Insights https://prmonkey.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share your experts and monitor media efforts in Gmail and beyond."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PR Monkey: Email Tracking & Pitching Insights एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        PR Monkey is the fastest way to create and share media kits with journalists. This Chrome Extension integrates with PRMonkey.com and enables PR pros to quickly share their experts with the media and track their efforts in Gmail or anywhere on the internet.

The PR Monkey chrome extension enables PR pros to:

Track Emails and Expert Metrics ✉️
- Emails Delivered
- Emails Opened
- Expert Profile Views (Link Clicks)
- Journalist Interest 


Share Experts 👨🏻‍✈️
- Create traceable email cards and links automatically via Gmail with just one click
- Create traceable and anonymous email cards and links anywhere on the internet

PR Monkey's traceable email cards and links give PR pros insights into journalist engagement by tracking when media kits are viewed and when journalists vote their interest levels.


Use Campaign Templates 💬 
- Add and reuse campaign messages across your media efforts (no more back and forth to Google Docs)


More features coming soon✨


Drop us a line if you have any questions about our extension or other PR Monkey features: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम PR Monkey: Email Tracking & Pitching Insights PR Monkey: Email Tracking & Pitching Insights
ID kohmmgfpllkgdfbnfbmblfdmmdflnbkh
आधिकारिक URL https://chromewebstore.google.com/detail/pr-monkey-email-tracking/kohmmgfpllkgdfbnfbmblfdmmdflnbkh
विवरण Share your experts and monitor media efforts in Gmail and beyond.
फ़ाइल का आकार 4.5 MB
स्थापना संख्या 39
वर्तमान संस्करण 1.4.2
अंतिम अपडेट 2024-02-20
प्रकाशन तिथि 2023-08-17
रेटिंग 5.00/5 कुल 10 रेटिंग्स
डेवलपर https://prmonkey.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.prmonkey.com
सहायता पृष्ठ URL https://www.prmonkey.com
गोपनीयता नीति पृष्ठ URL https://www.prmonkey.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Share your experts and monitor media efforts in Gmail and beyond.",
    "version": "1.4.2",
    "manifest_version": 3,
    "name": "PR Monkey: Email Tracking & Pitching Insights",
    "icons": {
        "128": "prm-icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "prm-icon-128.png"
        },
        "default_title": "PR Monkey"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs",
        "activeTab",
        "gcm",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmailContentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg",
                "*.woff2",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/prmonkey.com\/*",
            "https:\/\/www.prmonkey.com\/*",
            "https:\/\/app.prmonkey.com\/*"
        ]
    }
}