Twik for Google Ads

Improve quality scores and lower campaign CPCs by increasing ads to landing page relevance at a click of a button.

Twik for Google Adsคืออะไร?

Twik for Google Ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย m.daniel และคุณลักษณะหลักของมันคือ "Improve quality scores and lower campaign CPCs by increasing ads to landing page relevance at a click of a button."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twik for Google Ads

ดาวน์โหลดไฟล์ส่วนขยาย Twik for Google Ads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Twik selectors act as live URL parameters. Our Chrome extension enhances Google Ads with additional capabilities, enabling you to inject variants to specfic Twik selectors via the ad tracking-template, without the need to create new ads or affect the ad history. Improve quality scores and lower campaign CPCs by increasing ads to landing page relevancy at a click of a button.

When you use twik’s google ads extension, the only thing you need to do is set up your ads campaign and install the snippet on your site or a landing page of your choice. Then, just sit back and watch twik do the rest.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twik for Google Ads Twik for Google Ads
ID cgopglhnnlnbihdnjdopbphggaagcaaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twik-for-google-ads/cgopglhnnlnbihdnjdopbphggaagcaaj
คำอธิบาย Improve quality scores and lower campaign CPCs by increasing ads to landing page relevance at a click of a button.
ขนาดไฟล์ 25.71 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2021-02-13
วันที่เผยแพร่ 2021-02-12
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา m.daniel
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twik for Google Ads",
    "short_name": "Twik for Google Ads",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "Improve quality scores and lower campaign CPCs by increasing ads to landing page relevance at a click of a button.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "Twik.io"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/adwords.google.com\/cm\/CampaignMgmt*"
            ],
            "js": [
                "content_scripts\/old_ads.js"
            ],
            "css": [
                "style\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/adwords.google.com\/*",
                "https:\/\/ads.google.com\/*"
            ],
            "js": [
                "content_scripts\/new_ads.js"
            ],
            "css": [
                "style\/inject.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content_scripts\/inject.js",
        "content_scripts\/temp.js"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/adwords.google.com\/*",
            "https:\/\/ads.google.com\/*"
        ]
    }
}