AdComply

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

什麼是AdComply?

AdComply是由AdComplyRx開發的Chrome擴展程式,該擴展的主要功能是“This extension checks if Rx Pharma paid search text ads on Google.com are compliant with 2014 FDA Guidance for Industry.”。

擴展截圖

screenshot

下載AdComply擴展crx文件

下載AdComply擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 AdComply AdComply
ID jokakfjhmpagkedeeikljlgpfgenjloj
官方網址 https://chrome.google.com/webstore/detail/adcomply/jokakfjhmpagkedeeikljlgpfgenjloj
簡介 This extension checks if Rx Pharma paid search text ads on Google.com are compliant with 2014 FDA Guidance for Industry.
檔案大小 83.9 KB
安裝次數 18
目前版本 1.0
更新時間 2020-03-12
上架時間 2020-03-12
評分 5.00/5 共 3 次評分
開發者 AdComplyRx
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}