Etsy Tools - Ad Stats Enhancer

Enhances the statistics shown on the Etsy Ads stats page.

Apa itu Etsy Tools - Ad Stats Enhancer?

Etsy Tools - Ad Stats Enhancer adalah ekstensi Chrome yang dikembangkan oleh https://etsy-tools.co.uk, dan fitur utamanya adalah "Enhances the statistics shown on the Etsy Ads stats page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Etsy Tools - Ad Stats Enhancer

Unduh file ekstensi Etsy Tools - Ad Stats Enhancer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Etsy Tools - Ad Stats Enhancer Etsy Tools - Ad Stats Enhancer
ID ijmpjagllpccojbbfpcdkbhlcohopopg
URL Resmi https://chromewebstore.google.com/detail/etsy-tools-ad-stats-enhan/ijmpjagllpccojbbfpcdkbhlcohopopg
Deskripsi Enhances the statistics shown on the Etsy Ads stats page.
Ukuran File 56.27 KB
Jumlah Instalasi 426
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-02-24
Tanggal Publikasi 2021-02-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://etsy-tools.co.uk
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.etsy-tools.co.uk
URL Halaman Bantuan https://www.etsy-tools.co.uk
Bahasa yang Didukung 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
}