Spotely
Spotely
Spotely란 무엇입니까?
Spotely은(는) fastexit ventures에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spotely"입니다.
확장 프로그램 스크린샷
Spotely 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Chrome extension helps user to create engaging social media posts based on the video. If the user wants to share the video in social media, he uses Spotely extension and Spotely provides three engaging posts for Twitter, Facebook and Linkedin based on the video script
확장 프로그램 기본 정보
이름 | Spotely |
ID | kpienifpjfjjapgpcnjijhkgcjhdagep |
공식 URL | https://chromewebstore.google.com/detail/spotely/kpienifpjfjjapgpcnjijhkgcjhdagep |
설명 | Spotely |
파일 크기 | 2.46 MB |
설치 횟수 | 93 |
현재 버전 | 1.68 |
최근 업데이트 | 2024-01-25 |
출시 날짜 | 2023-11-14 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | fastexit ventures |
이메일 | [email protected] |
결제 유형 | in_app |
개인정보 보호 정책 페이지 URL | https://fastexit.ventures/spotely/terms |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Spotely", "version": "1.68", "description": "Spotely", "host_permissions": [ "*:\/\/api-dev.fastexit.ventures\/" ], "permissions": [ "activeTab", "storage" ], "icons": { "48": "assets\/images\/icon48.png" }, "options_ui": { "page": "pages\/options.html", "open_in_tab": true }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/images\/spotely2.png", "48": "assets\/images\/spotely2.png", "128": "assets\/images\/spotely2.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js", "assets\/js\/options.js" ] } ] } |