Etsy Tools - Ad Stats Enhancer

Enhances the statistics shown on the Etsy Ads stats page.

Etsy Tools - Ad Stats Enhancerとは何ですか?

Etsy Tools - Ad Stats Enhancerはhttps://etsy-tools.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Enhances the statistics shown on the Etsy Ads stats page.」です。

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

screenshot

Etsy Tools - Ad Stats Enhancer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This plugin enhances the available statistics shown on the Etsy Ads page in the Etsy Seller Dashboard. 

In addition to existing data, the following data is calculated and shown in the table on a per-listing basis:

1. Click through rate (CTR)
2. Conversion rate
3. Cost per click
4. Average cost per sale
5. Return on Ad Spend (ROAS)

This information can then be used to better judge which listings are performing well in ads and which need tweaking.                    

拡張機能の基本情報

名前 Etsy Tools - Ad Stats Enhancer Etsy Tools - Ad Stats Enhancer
ID ijmpjagllpccojbbfpcdkbhlcohopopg
公式URL https://chromewebstore.google.com/detail/etsy-tools-ad-stats-enhan/ijmpjagllpccojbbfpcdkbhlcohopopg
説明 Enhances the statistics shown on the Etsy Ads stats page.
ファイルサイズ 56.27 KB
インストール数 426
現在のバージョン 1.1
最終更新日 2021-02-24
公開日 2021-02-22
評価 5.00/5 合計 1 レビュー
開発者 https://etsy-tools.co.uk
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.etsy-tools.co.uk
ヘルプページのURL https://www.etsy-tools.co.uk
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Etsy Tools - Ad Stats Enhancer",
    "version": "1.1",
    "description": "Enhances the statistics shown on the Etsy Ads stats page.",
    "content_scripts": [
        {
            "js": [
                "content.js",
                "thirdParty\/jquery-3.5.1.min.js"
            ],
            "matches": [
                "https:\/\/www.etsy.com\/your\/shops\/me\/advertising*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}