Ad Builder by Adchief

Ad Builder by adchief.io.

Ad Builder by Adchief là gì?

Ad Builder by Adchief là một tiện ích mở rộng Chrome được phát triển bởi support, và tính năng chính của nó là "Ad Builder by adchief.io.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ad Builder by Adchief

Tải xuống các tệp mở rộng Ad Builder by Adchief dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        One Click Connection Between Your Website and Facebook Ads

This extension will
- Insert your Facebook Conversion Pixel Tracking Codes directly into your website.
- Create Dark Posts (unpublished posts) from the meta data of your website landing pages

In the past Facebook had two pixels, one for collection people who visit your site and another for tracking conversion.  The website custom audience pixel was easy, it went in the header of the whole site and you didn't have to think about it.  

Then whenever you wanted to track an ad, you had to manually copy the tracking code from within Facebook and log into the back end of your site, find the page, open the html editor, find the  and paste it in.  This process takes some time and is prone to mistakes and having to repeat it to fix it.

But then Facebook changed the way tracking works so you only have one standard pixel in the whole site and that was supposed to make it easier.  The problem now is that you can't put the pixel on all pages automatically because if you need to track an ad now, you have to modify the code and insert more code (if you know how).

But if you modify the whole site's code the tracking doesn't work right.  The only alternative to insert the pixel on every single page manually which would take forever.

What we did was to do all that for you automatically.  This extension talks to your website via our plugin at http://adchief.io/get-plugin 

Once authorised to connect to your Facebook Ads Account, it will automatically place the standard pixel on all pages of your website.  If you need to track a specific page, the extension will modify the code for you for just that page without affecting any others.  

All you have to do is go to your page, and click.

Dark Posts:
If you want to create the ad from the meta data of the post this extension will create a mockup post from the Title, First paragraph and image from the page.  It does the time consuming work to create ads, plus you can modify, add, delete as you wish. When you're finished, it will create a Dark Post (unpublished post) in your Facebook Ad Account.

Save time and effort with this extension.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ad Builder by Adchief Ad Builder by Adchief
ID ddekiocigiglbdggalkhianaodmfhnol
URL Chính Thức https://chromewebstore.google.com/detail/ad-builder-by-adchief/ddekiocigiglbdggalkhianaodmfhnol
Mô tả Ad Builder by adchief.io.
Kích Thước Tệp 152 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0.0.3
Cập Nhật Lần Cuối 2019-09-18
Ngày Phát Hành 2019-09-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển support
Loại Thanh Toán free
Trang Web Mở Rộng http://adchief.io/get-plugin
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Builder by Adchief",
    "version": "1.0.0.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_default.png",
        "default_popup": "login.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/www.adchief.io\/",
        "http:\/\/google.co.in\/"
    ],
    "description": "Ad Builder by adchief.io."
}