Effiliation
Deeplink extension for Google Chrome - By Effiliation
Effiliation란 무엇입니까?
Effiliation은(는) effisocial에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Deeplink extension for Google Chrome - By Effiliation"입니다.
확장 프로그램 스크린샷
Effiliation 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Allows you to create tracked links on the fly. The Deeplink extension of Effiliation is intended for Effiliation partners. It adds a button to the Chrome toolbar that allows you to do this: - Generate paid links to a brand's product page If you are already a partner with an advertiser, you can go to any page of their website and generate a tracked link. The plugin will be linked to your account, so all you have to do is copy and paste the link into your promotions and the tracking will be configured. If you are not already in partnership with the partner, the plugin will offer you to apply. If you are not yet an Effiliation partner, click here to register: http://www.effiliation.com
확장 프로그램 기본 정보
이름 | Effiliation |
ID | eeokaeajjkbimljlfiohfmeepafbljob |
공식 URL | https://chromewebstore.google.com/detail/effiliation/eeokaeajjkbimljlfiohfmeepafbljob |
설명 | Deeplink extension for Google Chrome - By Effiliation |
파일 크기 | 409 KB |
설치 횟수 | 52 |
현재 버전 | 1.0.0.7 |
최근 업데이트 | 2019-04-11 |
출시 날짜 | 2019-04-11 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | effisocial |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.effiliation.com |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.0.7", "permissions": [ "declarativeContent", "storage", "tabs", "browsingData", "webNavigation", "webRequest" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "logo16_off.png", "32": "logo32_off.png", "64": "logo64_off.png", "128": "logo128_off.png" }, "icons": { "16": "logo16.png", "32": "logo32.png", "64": "logo64.png", "128": "logo128.png" } }, "manifest_version": 2, "options_page": "options.html" } |