MeetDonna - Ads Collector

MeetDonna - Ads Collector

Was ist MeetDonna - Ads Collector?

MeetDonna - Ads Collector ist eine Chrome-Erweiterung, die von https://meetdonna.com entwickelt wurde, und ihr Hauptmerkmal ist "MeetDonna - Ads Collector".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

MeetDonna - Ads Collector-Erweiterungs-CRX-Datei herunterladen

Laden Sie MeetDonna - Ads Collector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MeetDonna - Ads Collector MeetDonna - Ads Collector
ID cicmglpddfcfkcndpanbhghjobkaaebh
Offizielle URL https://chromewebstore.google.com/detail/meetdonna-ads-collector/cicmglpddfcfkcndpanbhghjobkaaebh
Beschreibung MeetDonna - Ads Collector
Dateigröße 305 KB
Installationsanzahl 653
Aktuelle Version 2.1.2
Letztes Update 2023-05-10
Veröffentlichungsdatum 2020-09-03
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler https://meetdonna.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://meetdonna.com
Hilfeseite URL https://meetdonna.freshdesk.com/support/tickets/new
URL der Datenschutzrichtlinien-Seite https://meetdonna.com/privacy
Unterstützte Sprachen 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\/"
    ]
}