affilinet

Extension for affilinet publishers

affilinet란 무엇입니까?

affilinet은(는) affilinet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for affilinet publishers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

affilinet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introduction

The affilinet Browser Extension for Publishers is easy to install and provides a general overview of key information regarding your affilinet publisher account. 

Aside offering you a brief summary of your current revenue status, categorized by open, confirmed and cancelled orders, it is complimented with more detailed statistics about traffic and conversions by month or program.

The Extension enables you to sign up to affiliate programs whilst you are browsing the Internet. When visiting an advertisers' website the extension will notify you whether the website has an affiliate program with affilinet and offer you the opportunity to apply.

Shall you be browsing the website of an advertiser you already have a partnership with, you will be able to access the creatives and vouchers directly from the extension rather than the need to login into the affilinet publisher portal.

Functionality 

Account

- Settings: Select your affilinet platform, provide publisher id and web service passwords to properly use the WebExtension
- Status of publisher commission generated (confirmed, open, cancelled)
- Statistics by day or program
- New Programs - List of new programs, campaigns and vouchers


Advertiser

- Identification of websites which run a program at affilinet.
- Deeplink Generator
- Creatives: Select a standard IAB size and download display creative ad-codes of an advertiser
- Vouchers: Promote an advertiser by using special offers/vouchers he currently provides


Influencer Marketing Tools

- Pin-It & Social Sharing: Memorize any image/website on a website by using the pin-it icon shown when hovering over any image or store the website as link in your like list. You can also share an image/website via Pinterest, Facebook, Google+ or Twitter
- Search & Discover: Easily search for retail products within our >100 mill. products, memorize them in your custom like lists or directly generate a widget
- Like Lists: Manage retail products you can generate a widget out of or manage memorized image pins/websites
- Widget Generator: Configure beautiful product widgets you can embed into your website


Installation

- Install it via Chrome Web Store
- Rund Setup by selecting affilinet platform, adding publisher id and webservice passwords
- You are ready to go!


*Please note: your webservice passwords can be located within the affilinet publisher portal                    

확장 프로그램 기본 정보

이름 affilinet affilinet
ID inagpakammaoppabncecekaojkgfpknc
공식 URL https://chromewebstore.google.com/detail/affilinet/inagpakammaoppabncecekaojkgfpknc
설명 Extension for affilinet publishers
파일 크기 1.82 MB
설치 횟수 294
현재 버전 3.3.6.0
최근 업데이트 2019-02-20
출시 날짜 2019-02-20
평점 3.67/5 총 3 개의 평점
개발자 affilinet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.affili.net
도움말 페이지 URL http://developer.affili.net/browser-webextension-publisher/
개인정보 보호 정책 페이지 URL https://www.affili.net/de/footeritem/datenschutz
지원되는 언어 de,en,fr,nl,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "3.3.6.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "settings-page\/index.html#!\/settings"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png",
            "64": "icons\/icon-64.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "affilinet",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "icons\/*",
        "styles\/*.css",
        "images\/*"
    ]
}