UnOfficial Fiverr Notifications
UnOfficial Fiverr Chrome Extentions
UnOfficial Fiverr Notifications란 무엇입니까?
UnOfficial Fiverr Notifications은(는) Ilias Haddad에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "UnOfficial Fiverr Chrome Extentions"입니다.
확장 프로그램 스크린샷
UnOfficial Fiverr Notifications 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save Your Time on Checking Buyer Requests and Focus On What Matters Note: You need to logged in with Fiverr account to be able to receive notification Source Code (Github Repo): https://github.com/IliasHad/fiverr_chrome_extension If you have any feedback or suggestions about this chrome extension, you can just fill this form https://forms.gle/S8sh2Bw4EE9sN9Xx6 and I'll reply asap
확장 프로그램 기본 정보
이름 | UnOfficial Fiverr Notifications |
ID | dpiiceilamhnhfmifmopmgoncpndlppa |
공식 URL | https://chromewebstore.google.com/detail/unofficial-fiverr-notific/dpiiceilamhnhfmifmopmgoncpndlppa |
설명 | UnOfficial Fiverr Chrome Extentions |
파일 크기 | 18.96 KB |
설치 횟수 | 1,362 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2020-09-21 |
출시 날짜 | 2019-05-02 |
평점 | 3.84/5 총 19 개의 평점 |
개발자 | Ilias Haddad |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UnOfficial Fiverr Notifications", "version": "1.0.1", "description": "UnOfficial Fiverr Chrome Extentions", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/geek-16.png", "32": "img\/geek-32.png", "48": "img\/geek-48.png", "128": "img\/geek-128.png" } }, "permissions": [ "storage", "notifications", "background", "http:\/\/www.fiverr.com\/", "https:\/\/www.fiverr.com\/" ], "web_accessible_resources": [ "img\/geek-48.png" ], "manifest_version": 2 } |