Adflow Browser Extension

Adflow's Google Chrome extension

Adflow Browser Extensionคืออะไร?

Adflow Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adflow และคุณลักษณะหลักของมันคือ "Adflow's Google Chrome extension"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adflow Browser Extension

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

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

                        Adflow is a magic digital advertising assistant 🪄. Our AI helps brands and business to create high conversion search ads.

Through our browser extension, you will have access to all the tools 🛠 you need to speed up the creation of Google Ads campaigns.

You will be able to easily create engaging content, with breathtaking tools:
• ✍🏼  Generate all the required campaign ads copy, including headlines, descriptions and more
• 🏎  Shorten or lengthen sentences
• 💼  Change the tone of voice of an existing asset
• 🏆  Turn a website directly into the required headlines, descriptions
• 🔮  Generate variations on existing ads

By making your message more effective, you'll increase your likelihood of getting to your objectives. 

Stop spending hours on thinking about the perfect ad copy and increase your performance in seconds!                    

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

ชื่อ Adflow Browser Extension Adflow Browser Extension
ID bbhhchnhkonbaocioldhipmjgkfmfphb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adflow-browser-extension/bbhhchnhkonbaocioldhipmjgkfmfphb
คำอธิบาย Adflow's Google Chrome extension
ขนาดไฟล์ 474 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-05-04
วันที่เผยแพร่ 2021-05-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Adflow
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.adflow.ai
URL หน้าช่วยเหลือ https://www.adflow.ai
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Adflow's Google Chrome extension",
    "version": "1.0.1",
    "manifest_version": 2,
    "name": "Adflow Browser Extension",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "homepage_url": "https:\/\/www.adflow.ai",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "34": "icon-34.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/ads.google.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "tabs"
    ],
    "web_accessible_resources": [
        "assets\/images\/*",
        "popup.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com\/; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi7anEIjKOZMyiQOkdnv5SzbSI\/XNwgyKl9qym4kBNBrs5VzmIJAtuH8FQz7CafSea77r5oTY8bHAp0AuY7PTERTWndTk92sBsKSzURvHgNnZxRewaTHQqVoXOzCKcFRt0AFnBnFB+58YQkZSn8BfllyjFEHNXHl6HeIahF2QSs9pDt75rmd\/+QVVAx5fwr2v3Rmm0j6CumDLupDfVQZW1gChvsgqCHf5HXms0z60H4KTlAMI\/UO91T29cPWcsz3Vs8NSDQUlvriP\/MB5ZgVfnhqGsXgILBBUJDosffz7rROlUUzQzd7ii4mLwp4CpkpHE5g2AiUaO7Sn5zC+PfT7jQIDAQAB"
}