Effiliation For Publisher
This extension allow you to access to your Effiliation's account and generate a deeplink in few seconds
Effiliation For Publisher란 무엇입니까?
Effiliation For Publisher은(는) team-dev-effinity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allow you to access to your Effiliation's account and generate a deeplink in few seconds"입니다.
확장 프로그램 스크린샷
Effiliation For Publisher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Cette extension permet : - D'accéder à votre compte Effiliation, - Générer un deeplink en quelques secondes
확장 프로그램 기본 정보
이름 | Effiliation For Publisher |
ID | acgmmhbponleofnjpfhlpahlgamiekal |
공식 URL | https://chromewebstore.google.com/detail/effiliation-for-publisher/acgmmhbponleofnjpfhlpahlgamiekal |
설명 | This extension allow you to access to your Effiliation's account and generate a deeplink in few seconds |
파일 크기 | 52.79 KB |
설치 횟수 | 630 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2022-05-04 |
출시 날짜 | 2022-05-04 |
개발자 | team-dev-effinity |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.effinity.fr/politique-de-confidentialite/ |
도움말 페이지 URL | https://www.effinity.fr/contact/ |
개인정보 보호 정책 페이지 URL | https://www.effinity.fr/politique-de-confidentialite |
지원되는 언어 | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "0.0.3", "description": "__MSG_desc__", "icons": { "16": "\/assets\/icons\/icon16.png", "32": "\/assets\/icons\/icon32.png", "48": "\/assets\/icons\/icon48.png", "64": "\/assets\/icons\/icon64.png", "128": "\/assets\/icons\/icon128.png" }, "default_locale": "fr", "action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |