PranifyRx

PranifyRx gives you instant insights while viewing any Google search results page containing Prescription and Rx-branded ads.

Τι είναι το PranifyRx;

Το PranifyRx είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pranify, Inc., και η κύρια λειτουργία του είναι "PranifyRx gives you instant insights while viewing any Google search results page containing Prescription and Rx-branded ads.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PranifyRx

Λήψη αρχείων επέκτασης PranifyRx σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        PranifyRx for Pharma Marketers

PranifyRx gives you instant pharma-focused ad insights across Facebook, Instagram, Google, Display and TV, while viewing any Rx brand website or Google search results page containing “Prescription treatment website” ads and Rx-branded ads.

Direct links to social (Facebook, Instagram), TV and display ad creative by brand.

See avg. Google search volume and cost per click for pharma-focused keywords.

Get audience-specific audience sizes by condition category available for programmatic targeting across social, display and CTV.  Just search Google or go to any Rx Brand.com.

Integrated with WebMD.com, Healthline.com, VerywellHeath.com, National Institutes of Health and MayoClinic.com.

Instantly see crisp, clear logos identifying each Rx brand’s ads, revealing which brands’ ads are in ad positions 1-4 at the top and bottom of the Google search results page.

Reduce wasted ad spend caused by marketing teams clicking on your “Prescription treatment website” ads.

Enhance your client presentations with beautiful SERP-screenshots
Toggle On/Off switch makes it easy view the original page when necessary 

Automatically refreshes logos so you stay up-to-speed with new FDA-approved drugs as they come to market 

For franchises with multiple brands bidding on the same keywords
Quickly assess your SEM portfolio bidding strategy across any symptom, condition, treatment, brand and competitor terms 
Distinguish Google ads across multiple brands’ patient and HCP websites
See which competitors are bidding on your brand terms

PranifyRx does for pharma marketers what neither the consumer-facing Google search results page nor the official Google Ad Preview & Diagnosis tool can: show you which brands’ “Prescription Treatment website” ads are serving in which ad position at this moment.

PranifyRx helps healthcare and pharma-focused ad agencies achieve work-life balance.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PranifyRx PranifyRx
ID fheafddboimjdhffbgoopkcjgobgddan
Επίσημο URL https://chromewebstore.google.com/detail/pranifyrx/fheafddboimjdhffbgoopkcjgobgddan
Περιγραφή PranifyRx gives you instant insights while viewing any Google search results page containing Prescription and Rx-branded ads.
Μέγεθος Αρχείου 194 KB
Αριθμός Εγκαταστάσεων 98
Τρέχουσα Έκδοση 1.6.1.2
Τελευταία Ενημέρωση 2023-04-05
Ημερομηνία Δημοσίευσης 2021-10-09
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Pranify, Inc.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.pranify.com/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.1.2",
    "name": "PranifyRx",
    "manifest_version": 2,
    "description": "PranifyRx gives you instant insights while viewing any Google search results page containing Prescription and Rx-branded ads.",
    "browser_action": {
        "default_title": "Pranify",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/search*"
            ],
            "css": [
                "css\/overlays.css"
            ],
            "js": [
                "js\/applyoverlays.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/pharmadomains.css"
            ],
            "js": [
                "js\/pharmadomains.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pranify.app\/login-from-chrome-extension"
            ],
            "js": [
                "js\/chromeloginhelper.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": "default-src 'self' https:\/\/pranify.app https:\/\/gnome-rx.com; script-src 'self' https:\/\/pranify.app https:\/\/gnome-rx.com; connect-src 'self' https:\/\/pranify.app https:\/\/gnome-rx.com; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com; img-src 'self' https:\/\/pranify.app https:\/\/gnome-rx.com;"
}