dExport - Export Depop Listings
One click to export Depop listings to CSV file.
dExport - Export Depop Listings란 무엇입니까?
dExport - Export Depop Listings은(는) Hawstein Studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One click to export Depop listings to CSV file."입니다.
확장 프로그램 스크린샷
dExport - Export Depop Listings 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The best export tool for your Depop listings. Just click a button and save all your Depop listings to a CSV file. # CHANGE LOGS * 1.0.1 [Enhancement] Remove tabs permission. * 1.0.0 [Feature] Release the first version.
확장 프로그램 기본 정보
이름 | dExport - Export Depop Listings |
ID | mgbemjlfcilhenjiodddmdekdggjhhpg |
공식 URL | https://chromewebstore.google.com/detail/dexport-export-depop-list/mgbemjlfcilhenjiodddmdekdggjhhpg |
설명 | One click to export Depop listings to CSV file. |
파일 크기 | 118 KB |
설치 횟수 | 34 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-05-10 |
출시 날짜 | 2023-03-11 |
개발자 | Hawstein Studio |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://hawstein.studio/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "dExport - Export Depop Listings", "description": "One click to export Depop listings to CSV file.", "version": "1.0.1", "manifest_version": 3, "icons": { "128": "img\/logo-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo-128.png" }, "options_page": "options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-b86273a5.ffb5f43c.js" ], "matches": [ "*:\/\/*.depop.com\/*" ] } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/logo-128.png" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*.depop.com\/*" ], "resources": [ "assets\/chunk-b86273a5.js" ], "use_dynamic_url": true } ], "content_security_policy": { "extension_pages": "default-src 'self'; connect-src *; font-src *; img-src *; style-src * 'unsafe-inline'" }, "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.depop.com\/", "https:\/\/debob.co\/" ] } |