MeetDonna - Ads Collector
MeetDonna - Ads Collector
MeetDonna - Ads Collector란 무엇입니까?
MeetDonna - Ads Collector은(는) https://meetdonna.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MeetDonna - Ads Collector"입니다.
확장 프로그램 스크린샷
MeetDonna - Ads Collector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | MeetDonna - Ads Collector |
ID | cicmglpddfcfkcndpanbhghjobkaaebh |
공식 URL | https://chromewebstore.google.com/detail/meetdonna-ads-collector/cicmglpddfcfkcndpanbhghjobkaaebh |
설명 | MeetDonna - Ads Collector |
파일 크기 | 305 KB |
설치 횟수 | 653 |
현재 버전 | 2.1.2 |
최근 업데이트 | 2023-05-10 |
출시 날짜 | 2020-09-03 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | https://meetdonna.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://meetdonna.com |
도움말 페이지 URL | https://meetdonna.freshdesk.com/support/tickets/new |
개인정보 보호 정책 페이지 URL | https://meetdonna.com/privacy |
지원되는 언어 | 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\/" ] } |