TonikAds: 20x Facebook ROAS (Shopify)

Triple your Shopify store’s profit! Get the most profitable Facebook ad interests to advertise your product.

Τι είναι το TonikAds: 20x Facebook ROAS (Shopify);

Το TonikAds: 20x Facebook ROAS (Shopify) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TonikAds, και η κύρια λειτουργία του είναι "Triple your Shopify store’s profit! Get the most profitable Facebook ad interests to advertise your product.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TonikAds: 20x Facebook ROAS (Shopify)

Λήψη αρχείων επέκτασης TonikAds: 20x Facebook ROAS (Shopify) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Instead of wasting hundreds of dollars on Facebook ads just to get 1 or 2 purchases, this tool uses AI to automatically find the best Facebook ad interests that will get you hundreds of sales.

At the current moment, this tool is able to create a list of Facebook ad interests based on a:
Facebook group
Facebook post (VIP-only feature)

Are you dropshipping a lawnmower from Aliexpress? Then find a Facebook group for homeowners, then use this tool to get the best Facebook ad interests to target the members of that group!

Are you replicating someone else’s winning product & Shopify store after seeing their Facebook ad getting a ton of engagement? Then use this tool to get the best Facebook ad interests to target the people who engaged with your competitor’s ad/post!

This will 20x your Facebook ROAS.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TonikAds: 20x Facebook ROAS (Shopify) TonikAds: 20x Facebook ROAS (Shopify)
ID bnpillgnbhhjpejjpaepkopcgfhfpmem
Επίσημο URL https://chromewebstore.google.com/detail/tonikads-20x-facebook-roa/bnpillgnbhhjpejjpaepkopcgfhfpmem
Περιγραφή Triple your Shopify store’s profit! Get the most profitable Facebook ad interests to advertise your product.
Μέγεθος Αρχείου 1.62 MB
Αριθμός Εγκαταστάσεων 49
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2022-04-21
Ημερομηνία Δημοσίευσης 2021-12-07
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής TonikAds
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.TonikAds.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.TonikAds.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TonikAds: 20x Facebook ROAS (Shopify)",
    "description": "Triple your Shopify store\u2019s profit! Get the most profitable Facebook ad interests to advertise your product.",
    "version": "1.0.6",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "TonikAds",
        "default_icon": "favicon.ico",
        "icons": {
            "128": "favicon.ico"
        }
    },
    "icons": {
        "128": "favicon.ico"
    },
    "background": {
        "page": ".\/miniBackgroundScriptsHolder.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "file:\/\/\/*"
            ],
            "js": [
                ".\/content.js",
                ".\/utilities.js"
            ]
        }
    ],
    "web_accessible_resources": [
        ".\/utils.js",
        ".\/firebase.js"
    ],
    "permissions": [
        "https:\/\/us-central1-tonikads.cloudfunctions.net\/*",
        "https:\/\/firebasestorage.googleapis.com\/*",
        "https:\/\/firestore.googleapis.com\/*",
        "*:\/\/*.facebook.com\/*",
        "file:\/\/\/*",
        "notifications",
        "history",
        "background",
        "activeTab",
        "alarms",
        "system.cpu",
        "downloads",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/*.googleapis.com; object-src 'self' https:\/\/firestore.googleapis.com\/* https:\/\/firebasestorage.googleapis.com\/* https:\/\/www.googleapis.com https:\/\/*.googleapis.com; connect-src 'self' wss:\/\/*.firebaseio.com https:\/\/firestore.googleapis.com\/* https:\/\/firebasestorage.googleapis.com\/* https:\/\/www.googleapis.com https:\/\/*.googleapis.com; "
}