Wildfire Concepts
The official chrome extension for WildFire Concepts users
Wildfire Concepts란 무엇입니까?
Wildfire Concepts은(는) https://ijlalahmed.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The official chrome extension for WildFire Concepts users"입니다.
확장 프로그램 스크린샷
Wildfire Concepts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
For Marketers Wanting Faster, easier and better results. With a desire to live extraordinary.
확장 프로그램 기본 정보
이름 | |
ID | hogfmicbbcnfpnhnghdhbdppfojbahgp |
공식 URL | https://chromewebstore.google.com/detail/wildfire-concepts/hogfmicbbcnfpnhnghdhbdppfojbahgp |
설명 | The official chrome extension for WildFire Concepts users |
파일 크기 | 20.25 KB |
설치 횟수 | 17 |
현재 버전 | 2.0 |
최근 업데이트 | 2017-07-18 |
출시 날짜 | 2017-07-18 |
개발자 | https://ijlalahmed.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://wildfireconcepts.com/ |
도움말 페이지 URL | https://wildfireconcepts.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wildfire Concepts", "manifest_version": 2, "short_name": "wildfireconcepts", "description": "The official chrome extension for WildFire Concepts users", "version": "2.0", "background": { "persistent": false, "scripts": [ "OneSignal2.js", "background.js" ] }, "browser_action": { "default_icon": "16px_65-1500297602.png" }, "icons": { "128": "128px_65-1500297613.png" }, "permissions": [ "gcm", "storage", "notifications", "identity" ] } |