Certified Artificial - CAT-L Verify

Leveraging the CAT-L database, this extension displays the appropriate verification badges for certified AI thought-leaders.

Certified Artificial - CAT-L Verifyとは何ですか?

Certified Artificial - CAT-L Verifyはhttps://certifiedartificial.comによって開発されたChromeの拡張機能で、その主な機能は「Leveraging the CAT-L database, this extension displays the appropriate verification badges for certified AI thought-leaders.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Certified Artificial - CAT-L Verify拡張機能のCRXファイルをダウンロード

Certified Artificial - CAT-L Verify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The hype around artificial intelligence has been a massive boon to a whole class of opinion formers, thought-leaders, and hot-take makers on social media. If you’re looking to find someone to write an op-ed, speak at your conference, or consult with your business, you’ll find a bewildering number of purported “experts” floating about the AI ecosystem.

How can you tell who is qualified? Who actually knows something about the latest breakthroughs in artificial intelligence, and who's simply pretending that they do? Who's pushing forward the latest advances in the technology, and who is merely riding the waves of media hype?

This extension dynamically modifies web pages to insert ratings of thought-leaders directly into the text of the sites. Verify™ leverages the public Certified AI Thought-Leader (CAT-L) database to insert certification badges—corresponding to live ratings of thought-leaders in the AI ecosystem—in context, anywhere on the web. Importantly, badges are only inserted into pages containing claims made about artificial intelligence and machine learning. The Verify™ software will not display ratings for thought-leaders who appear in the CAT-L database when these individuals comment publicly on or otherwise receive coverage in fields other than AI.

Verify™ is a free product of Certified Artificial, an AI standards firm. Certified Artificial offers certification services for corporate and individual clients. In the case of the CAT-L designation, for a nominal certification fee, Certified Artificial’s team of experts conduct a rigorous 50-point inspection and assign a CAT-L Gold, CAT-L Silver, or CAT-L Bronze credential—or, indeed, a “Do Not Recommend” rating—to thought-leaders in artificial intelligence. On a case-by-case basis, the Certified Artificial team also proactively assigns certifications to specific experts in the space.

Learn more at https://certifiedartificial.com.                    

拡張機能の基本情報

名前 Certified Artificial - CAT-L Verify Certified Artificial - CAT-L Verify
ID llmgegdecopjnebpgdajmfkbeadgkonk
公式URL https://chromewebstore.google.com/detail/certified-artificial-cat/llmgegdecopjnebpgdajmfkbeadgkonk
説明 Leveraging the CAT-L database, this extension displays the appropriate verification badges for certified AI thought-leaders.
ファイルサイズ 32.64 KB
インストール数 25
現在のバージョン 1.0.3
最終更新日 2019-09-25
公開日 2019-09-25
開発者 https://certifiedartificial.com
支払い方法 free
拡張機能のウェブサイト https://certifiedartificial.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Certified Artificial - CAT-L Verify",
    "short_name": "CAT-L Verify",
    "description": "Leveraging the CAT-L database, this extension displays the appropriate verification badges for certified AI thought-leaders.",
    "version": "1.0.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/catl-gold-16.png",
        "48": "icons\/catl-gold-48.png",
        "128": "icons\/catl-gold-128.png"
    }
}