PR Monkey: Email Tracking & Pitching Insights

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

Qu'est-ce que PR Monkey: Email Tracking & Pitching Insights ?

PR Monkey: Email Tracking & Pitching Insights est une extension Chrome développée par https://prmonkey.com, et sa fonction principale est "Share your experts and monitor media efforts in Gmail and beyond.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PR Monkey: Email Tracking & Pitching Insights

Téléchargez les fichiers d'extension PR Monkey: Email Tracking & Pitching Insights au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom PR Monkey: Email Tracking & Pitching Insights PR Monkey: Email Tracking & Pitching Insights
ID kohmmgfpllkgdfbnfbmblfdmmdflnbkh
URL Officiel https://chromewebstore.google.com/detail/pr-monkey-email-tracking/kohmmgfpllkgdfbnfbmblfdmmdflnbkh
Description Share your experts and monitor media efforts in Gmail and beyond.
Taille du Fichier 4.5 MB
Nombre d'Installations 39
Version Actuelle 1.4.2
Dernière Mise à Jour 2024-02-20
Date de Publication 2023-08-17
Évaluation 5.00/5 Total 10 Évaluations
Développeur https://prmonkey.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.prmonkey.com
URL de la Page d'Aide https://www.prmonkey.com
URL de la Page de Politique de Confidentialité https://www.prmonkey.com/privacy
Langues Prises en Charge 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\/*"
        ]
    }
}