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 - это расширение Chrome, разработанное team-dev-effinity, и его основная функция - "This extension allow you to access to your Effiliation's account and generate a deeplink in few seconds".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Effiliation For Publisher

Скачайте файлы расширений Effiliation For Publisher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Cette extension permet : 
 - D'accéder à votre compte Effiliation,
 - Générer un deeplink en quelques secondes                    

Основная информация о расширении

Название Effiliation For Publisher 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"
    ]
}