Target Up

Target Up | Ad Target for Facebook Page

Target Up là gì?

Target Up là một tiện ích mở rộng Chrome được phát triển bởi https://usetargetup.com, và tính năng chính của nó là "Target Up | Ad Target for Facebook Page".

Ả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 Target Up

Tải xuống các tệp mở rộng Target Up 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

                        This extension enables to Targetable interests in Audience Insights at Facebook Business Manager
DISCLAIMER: This Chrome Extension is in no way sponsored or administered by, or associated with, Facebook™. Facebook™ is a trademark of Facebook™, Inc.
Target Up integrate with the Facebook™ Marketing API to highlight and showable targetable interests in Audience Insights at Facebook Business Manager. It works in the background when you open Audience Insights and will show a target Emoji next to the Pages you can target with ads.

REQUIREMENTS:
To use this extension, you'll need an active Target Up (https://usetargetup.com) account. The extension uses oAuth to validate if you are logged-in to Target Up, otherwise it explicitly requires you to login with your Target Up email and password. If you don't have an Target Up account or you account is inactive, you can't use this Chrome extension. 

Also to run, this extension requires you to connect your Facebook™ account - so the extension can generate an API token on your behalf. Your token will be stored locally & encrypted. We'll process this data according to our privacy policy, which you can find here: https://usetargetup.com/page/index/30                    

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

Tên Target Up Target Up
ID oaejdbecbdnmlmibcebllcnbbpagnmkg
URL Chính Thức https://chrome.google.com/webstore/detail/target-up/oaejdbecbdnmlmibcebllcnbbpagnmkg
Mô tả Target Up | Ad Target for Facebook Page
Kích Thước Tệp 162 KB
Số Lần Cài Đặt 127
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-04-18
Ngày Phát Hành 2020-04-18
Nhà Phát Triển https://usetargetup.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://usetargetup.com/
URL Trang Trợ Giúp https://www.notion.so/targetup/About-Target-Up-ab2f5bcf045441b4bbb92b25e6280fc7?showMoveTo=true
URL Trang Chính Sách Bảo Mật https://usetargetup.com/page/index/30
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Target Up",
    "version": "0.0.1",
    "description": "Target Up | Ad Target for Facebook Page",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "webNavigation",
        "https:\/\/www.usetargetup.com\/",
        "https:\/\/www.usetargetup.com\/*",
        "https:\/\/*.facebook.net\/",
        "https:\/\/*.facebook.com\/"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "jquery.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "background.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Icon-16.png",
            "32": "images\/Icon-32.png",
            "48": "images\/Icon-48.png",
            "128": "images\/Icon-128.png"
        }
    },
    "icons": {
        "16": "images\/Icon-16.png",
        "32": "images\/Icon-32.png",
        "48": "images\/Icon-48.png",
        "128": "images\/Icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/usetargetup.com; object-src 'self'",
    "web_accessible_resources": [
        "jquery.js"
    ]
}