Daisycon chrome extension

Create deeplinks directly from the page you are visiting.

Daisycon chrome extensionคืออะไร?

Daisycon chrome extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://daisycon.com และคุณลักษณะหลักของมันคือ "Create deeplinks directly from the page you are visiting."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Daisycon chrome extension

ดาวน์โหลดไฟล์ส่วนขยาย Daisycon chrome extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Daisycon Chrome Extention is a tool for affiliate marketing publishers to promote advertisers through the Daisycon network. The extention adds a button to the Chrome toolbar which can be used when a publisher visits any Daisycon advertiser site, whether they are joined to the campaign or not.  

Publishers can:
• Generate links to specific product pages of connected affiliate campaigns;
• See whether the campaign has an active promotion;
• See campaign details including attainable commission;
• Join campaigns, pickup promotions and/or productfeeds by clicking to the Daisycon system;

For those publishers with multiple accounts, ‘one-click’ account selection is available during deeplink generation for ease of use. 

The Daisycon Chrome Extention is downloadable from the Chrome store.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Daisycon chrome extension Daisycon chrome extension
ID nblikecjifbhlblnnhcnnbcefcdoaljg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/daisycon-chrome-extension/nblikecjifbhlblnnhcnnbcefcdoaljg
คำอธิบาย Create deeplinks directly from the page you are visiting.
ขนาดไฟล์ 567 KB
จำนวนการติดตั้ง 1,270
เวอร์ชันปัจจุบัน 2.0.3
อัปเดตครั้งล่าสุด 2023-12-06
วันที่เผยแพร่ 2022-03-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://daisycon.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.daisycon.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.daisycon.com/en/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daisycon chrome extension",
    "version": "2.0.3",
    "description": "Create deeplinks directly from the page you are visiting.",
    "manifest_version": 3,
    "background": {
        "service_worker": "background\/background.js"
    },
    "icons": {
        "128": "popup\/assets\/d.png"
    },
    "action": {
        "default_icon": "popup\/favicon.ico",
        "default_popup": "popup\/index.html"
    },
    "host_permissions": [
        "https:\/\/services.daisycon.com\/*",
        "https:\/\/login.daisycon.com\/*"
    ],
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "identity"
    ]
}