Afterprime
Forex CFD pricing extension.
Afterprime란 무엇입니까?
Afterprime은(는) Argamon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Forex CFD pricing extension."입니다.
확장 프로그램 스크린샷
Afterprime 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Install the Afterprime Chrome extension to help you with trading opportunities while you’re surfing the web. Afterprime is a FREE chrome extension and a powerful trading tool that shows you real-time pricing for popular FX pairs. Get Market or Better Spreads at Afterprime. Frequently asked questions: ★ Do you ever upgrade/modify the extension? Yes, we do! In fact, at this very moment, we’re working on features that are probably going to be added in a few months from now. ★ Can I suggest additional features to be added to the extension? We’d love that! Please feel free to reach out to [email protected] with the subject line “Chrome extension”. We listen to our users attentively to make sure we’re adding features that will truly impact your trading journey. ★ What browsers is the extension available on? At the moment, our extension is only available for Google Chrome. ★ Are all of the features totally free to use? Yes! Website: https://afterprime.com/ Data for the extension provided by TraderEvolution. If you have any questions, comments or suggestions, contact us at: [email protected] Afterprime is available in English.
확장 프로그램 기본 정보
이름 | Afterprime |
ID | bcnlenjmegdpefojmjbdpfhbfpjnofeb |
공식 URL | https://chromewebstore.google.com/detail/afterprime/bcnlenjmegdpefojmjbdpfhbfpjnofeb |
설명 | Forex CFD pricing extension. |
파일 크기 | 596 KB |
설치 횟수 | 43 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2023-08-16 |
출시 날짜 | 2023-04-01 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Argamon |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://afterprime.com/chrome-extension/ |
도움말 페이지 URL | https://afterprime.com/help/ |
개인정보 보호 정책 페이지 URL | https://www.afterprime.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Afterprime", "description": "Forex CFD pricing extension.", "version": "1.0.3", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "homepage_url": "https:\/\/www.afterprime.com", "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "Afterprime", "default_popup": "popup.html", "default_icon": "icons\/32.png" }, "minimum_chrome_version": "88" } |