MeetDonna - Ads Collector

MeetDonna - Ads Collector

Wat is MeetDonna - Ads Collector?

MeetDonna - Ads Collector is een Chrome-extensie ontwikkeld door https://meetdonna.com, en de belangrijkste functie is "MeetDonna - Ads Collector".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MeetDonna - Ads Collector

Download MeetDonna - Ads Collector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Having a hard time getting inspired? Learn from the best and create some killer emails, ads and funnels in the process.

The internet is full of excellent and brilliant ads and well-crafted emails, with MeetDonna, you can make them your own. Collect what you like and take it apart inside our platform. What you’ll create? Your imagination is the limit.

See something you like and want to save it for later? We’ll keep all nicely organized in one place.                    

Basisinformatie over de Extensie

Naam MeetDonna - Ads Collector MeetDonna - Ads Collector
ID cicmglpddfcfkcndpanbhghjobkaaebh
Officiële URL https://chromewebstore.google.com/detail/meetdonna-ads-collector/cicmglpddfcfkcndpanbhghjobkaaebh
Beschrijving MeetDonna - Ads Collector
Bestandsgrootte 305 KB
Aantal Installaties 653
Huidige Versie 2.1.2
Laatst Bijgewerkt 2023-05-10
Publicatiedatum 2020-09-03
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://meetdonna.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://meetdonna.com
Help Pagina-URL https://meetdonna.freshdesk.com/support/tickets/new
URL van de Privacybeleid Pagina https://meetdonna.com/privacy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MeetDonna - Ads Collector",
    "description": "MeetDonna - Ads Collector",
    "version": "2.1.2",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Launch MeetDonna - Ads Collector"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "youtube.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "app\/app.html",
        "app\/static\/*.html",
        "images\/*.svg"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/api.meetdonna.com\/"
    ]
}