Commission Factory

Easily check account balances, create and share links and coupons across the web and social media.

ما هو Commission Factory؟

Commission Factory هو إضافة Chrome تم تطويرها بواسطة https://commissionfactory.com، والميزة الرئيسية لها هي "Easily check account balances, create and share links and coupons across the web and social media.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Commission Factory

قم بتنزيل ملفات الامتداد Commission Factory بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The Google Chrome extension allows affiliates to easily check account balances, create and share links across the web and social media and access coupons and promotions to share with their audience.

The goal of Commission Factory has always been to make affiliate marketing simple for their affiliate partners and in turn increase sales for their pool of online retailers and service providers. This tool is just one of many tools and services offered by Commission Factory and gives a brief snapshot of their account and allows users to instantly create or share links as they browse the web.

With the Google Chrome Extension you can:
	• Check your pending and approved commissions
	• See how many dashboard messages and alerts are awaiting your review
	• Instantly see which advertisers you have not yet joined
	• Be notified how many coupons or promotions are on offer for the merchant site you have visited
	• Go to any advertiser product page and immediately create deeplinks
	• Share product links instantly to Twitter, Facebook, Google+, Tumblr and Pinterest
	• Share coupons and promotions to Twitter, Facebook, Google+, Tumblr and Pinterest

This extension is one of the most helpful and user-friendly of any network in the world and aims to assist affiliates to increase brand awareness for their merchants and increase revenues.                    

معلومات أساسية عن التمديد

الاسم Commission Factory Commission Factory
ID lggbeimdihibbcilldcgdoemblabohnh
عنوان URL الرسمي https://chromewebstore.google.com/detail/commission-factory/lggbeimdihibbcilldcgdoemblabohnh
الوصف Easily check account balances, create and share links and coupons across the web and social media.
حجم الملف 1.87 MB
عدد التثبيتات 443
النسخة الحالية 1.4
آخر تحديث 2020-11-23
تاريخ النشر 2020-02-15
تقييم 4.50/5 مجموع تقييمات 4
المطور https://commissionfactory.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.commissionfactory.com/
عنوان صفحة سياسة الخصوصية https://www.commissionfactory.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Commission Factory",
    "description": "Easily check account balances, create and share links and coupons across the web and social media.",
    "version": "1.4",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "author": "Commission Factory Pty Ltd",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_na.png",
        "default_popup": "html\/popup.html"
    },
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "clipboardWrite"
    ],
    "short_name": "CF Extension",
    "web_accessible_resources": [
        "html\/signin.html",
        "scripts\/signin.js",
        "scripts\/cf.js",
        "stylesheets\/style.css",
        "scripts\/script.js",
        "html\/pintrest_popup.html",
        "scripts\/pinterest_popup.js",
        "html\/tumblr_popup.html",
        "scripts\/tumblr_popup.js"
    ]
}