AdComply

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

O que é AdComply?

AdComply é uma extensão do Chrome desenvolvida por AdComplyRx, e sua principal característica é "This extension checks if Rx Pharma paid search text ads on Google.com are compliant with 2014 FDA Guidance for Industry.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AdComply

Baixe arquivos de extensão AdComply no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AdComply AdComply
ID jokakfjhmpagkedeeikljlgpfgenjloj
URL Oficial https://chrome.google.com/webstore/detail/adcomply/jokakfjhmpagkedeeikljlgpfgenjloj
Descrição This extension checks if Rx Pharma paid search text ads on Google.com are compliant with 2014 FDA Guidance for Industry.
Tamanho do Arquivo 83.9 KB
Contagem de Instalações 18
Versão Atual 1.0
Última Atualização 2020-03-12
Data de Publicação 2020-03-12
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor AdComplyRx
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}