Amazon Affiliate Linkerizer

Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.

ما هو Amazon Affiliate Linkerizer؟

Amazon Affiliate Linkerizer هو إضافة Chrome تم تطويرها بواسطة https://www.jimmypautz.com، والميزة الرئيسية لها هي "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.".

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

screenshot

تحميل ملف CRX للإضافة Amazon Affiliate Linkerizer

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

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

                        Adds a button that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.                    

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

الاسم Amazon Affiliate Linkerizer Amazon Affiliate Linkerizer
ID ienfbnlpkangilghbiipkfiibnfgfnad
عنوان URL الرسمي https://chromewebstore.google.com/detail/amazon-affiliate-linkeriz/ienfbnlpkangilghbiipkfiibnfgfnad
الوصف Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.
حجم الملف 25.66 KB
عدد التثبيتات 205
النسخة الحالية 18.5.21
آخر تحديث 2018-05-21
تاريخ النشر 2018-05-21
تقييم 4.33/5 مجموع تقييمات 3
المطور https://www.jimmypautz.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://jimmypautz.com/amazon-affiliate-linkerizer/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Affiliate Linkerizer",
    "author": "Jimmy Pautz",
    "version": "18.5.21",
    "description": "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.",
    "icons": {
        "128": "images\/icon128.png",
        "32": "images\/icon32.png"
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "settings\/options.html"
    },
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": "images\/icon64.png",
        "default_title": "Amazon Affiliate Linkerizer"
    },
    "permissions": [
        "tabs",
        "clipboardWrite",
        "storage"
    ],
    "applications": {
        "gecko": {
            "id": "{d7af3e00-b7a9-44d3-b374-71872b9e581a}"
        }
    }
}