Ad Collector

The Ad Collector is your solution to creating proven profitable FB ads

Τι είναι το Ad Collector ;

Το Ad Collector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://prospectconnector.io, και η κύρια λειτουργία του είναι "The Ad Collector is your solution to creating proven profitable FB ads".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Ad Collector

Λήψη αρχείων επέκτασης Ad Collector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Ad Collector is an extension that can collect and archive high converting ads that you come across on social media

Finding the right messaging and creative  can be a full-time job, and it's hard to find time for that if you are a busy coach consultant or online entrepreneur.

This extension will save you time by allowing you to easily save/download FB ads to a google sheet or csv file

You can easily add any FB ad you see to your ads database while your scrolling around FB news feed

You can also add ads from the ads library of any page on FB.

Ad Collector is a smart tool that makes it easy for you to archive the best performing ads so you can easily deconstruct and remodel them.


HOW IT WORKS:

Once you activate the plugin, you are able to and start automatically savign and collecting ads 

WHY SHOULD I TRY IT: 
Ad collector will do tedious  work for you! It will keep the top performind ads in one easy to reach place and also allow you to export the collection so you can reference it at any time.

PRICE:
Try it 7 days for free, then buy a license at https://prospectconnetor.io/7-day-trail 

Detailed plans and workshops are held inside our group.
https://thecoachingportal.me/join

More details about other extensions
https://automationsuite.io                    

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

Όνομα Ad Collector Ad Collector
ID jhnplkdeeomoclgpcpckdkjblepefhed
Επίσημο URL https://chrome.google.com/webstore/detail/ad-collector/jhnplkdeeomoclgpcpckdkjblepefhed
Περιγραφή The Ad Collector is your solution to creating proven profitable FB ads
Μέγεθος Αρχείου 1.04 MB
Αριθμός Εγκαταστάσεων 78
Τρέχουσα Έκδοση 2.0.3
Τελευταία Ενημέρωση 2022-10-17
Ημερομηνία Δημοσίευσης 2021-07-08
Προγραμματιστής http://prospectconnector.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://adcollector.io
Διεύθυνση URL της Σελίδας Βοήθειας https://adcollector.io/support
URL της Σελίδας Πολιτικής Απορρήτου https://get.automationsuite.io/Privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "icons": {
        "16": "images\/60eae92ca1974c03c4414d82-Ad_Collector_-1663061599272-small_icon.png",
        "48": "images\/60eae92ca1974c03c4414d82-Ad_Collector_-1663061599401-medium_icon.png",
        "128": "images\/60eae92ca1974c03c4414d82-Ad_Collector_-1663061599582-large_icon.png"
    },
    "action": {
        "default_popup": ".\/login.html",
        "default_title": "Ad Collector "
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/vendor.js",
                "js\/sweetalert2.all.min.js",
                "js\/helper.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "description": "The Ad Collector  is your solution to creating proven profitable FB ads",
    "manifest_version": 3,
    "name": "Ad Collector ",
    "options_page": ".\/dashboard.html",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "version": "2.0.3",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/contentScript.css",
                "images\/*"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "short_name": "AC"
}