AdComply

This extension checks if Rx Pharma paid search text ads on Google.com are compliant with 2014 FDA Guidance for Industry.

Cos'è AdComply?

AdComply è un'estensione di Chrome sviluppata da AdComplyRx, e la sua funzione principale è "This extension checks if Rx Pharma paid search text ads on Google.com are compliant with 2014 FDA Guidance for Industry.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AdComply

Scarica i file di estensione AdComply in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension allows you to see if the Rx Pharma paid search text ads on Google.com are compliant with key aspects of the 2014 FDA Guidance for Industry on Internet/Social Media Platforms with Character Space Limitations: https://www.regulations.gov/document?D=FDA-2014-D-0397-0002. Check your ads in real-time.

Disclaimer:
The AdComplyRx Free Google Chrome Extension does not guarantee that any ad is compliant or non-compliant with any government legislation, regulation or guidance, including the 2014 FDA Guidance for Industry: Internet Marketing Platforms with Character Space Limitations. It is not designed to replace any ongoing compliance monitoring processes you may already have in place. It is simply a free tool that checks the paid search text ads on the Google SERP and analyzes them to see if an ad is branded, and if so, if it makes a condition claim, in which case it draws a red box around the ad. A branded claim without ISI would be considered non-compliant based on enforcement actions taken by the FDA as well as 2014 Guidance, but the AdComplyRx Free Chrome Extension is not liable for any non-compliance, FDA Enforcement Action, FTC Enforcement Action, or any actions taken by any company as a consequence of either identifying or not identifying compliant or non-compliant ads on Google or elsewhere. This free extension does not monitor branded ads for inclusion of the required established chemical name, and it does not detect non-compliance based on any guidance related to Help Seeking or Disease State Awareness ads. This extension is intended to monitor prescription medication advertising in the U.S., and it does not purport to be comprehensive. Please check MyAdComplyRx.com for a list of keywords included in the Free Chrome Extension database. Not all medications are included. You can also submit your brands' keywords to add to the tracking database here: https://www.myadcomplyrx.com/submit-brand-keyword
Note: AdComplyRx offers a premium service that automates more of the FDA Compliance monitoring process. Please contact [email protected] for a full product demo.                    

Informazioni di Base sull'Estensione

Nome AdComply AdComply
ID jokakfjhmpagkedeeikljlgpfgenjloj
URL Ufficiale https://chrome.google.com/webstore/detail/adcomply/jokakfjhmpagkedeeikljlgpfgenjloj
Descrizione This extension checks if Rx Pharma paid search text ads on Google.com are compliant with 2014 FDA Guidance for Industry.
Dimensione del File 83.9 KB
Conteggio Installazioni 18
Versione Corrente 1.0
Ultimo Aggiornamento 2020-03-12
Data di Pubblicazione 2020-03-12
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore AdComplyRx
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdComply",
    "version": "1.0",
    "description": "This extension checks if Rx Pharma paid search text ads on Google.com are compliant with 2014 FDA Guidance for Industry.",
    "permissions": [
        "storage",
        "tabs",
        "declarativeContent",
        "",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*.google.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search?*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/adcomplyrx.png",
            "32": "images\/adcomplyrx.png",
            "48": "images\/adcomplyrx.png",
            "128": "images\/adcomplyrx.png"
        }
    },
    "icons": {
        "16": "images\/adcomplyrx.png",
        "32": "images\/adcomplyrx.png",
        "48": "images\/adcomplyrx.png",
        "128": "images\/adcomplyrx.png"
    },
    "manifest_version": 2
}