JotUrl

JotUrl Chrome Extension

JotUrlคืออะไร?

JotUrl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.joturl.com และคุณลักษณะหลักของมันคือ "JotUrl Chrome Extension"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        JotURL's Chrome Extension 2.0 is online!
Creating Deep Links has never been easier! The new JotURL Chrome Extension not only supports a solid Deep Linking feature, but allows you to pass parameters related to an affiliate link (Amazon IDs, etc.) allowing the best possible experience for affiliate marketers and influencers.

The tool is easy to install and use, also thanks to the new login system which makes the experience very smooth. Thanks to AI and automation it is possible to create 100% customizable deep links in just a few clicks. 

It is still possible to create branded links, of course, and create tracking links without the need to log into the JotURL dashboard.

Discover more on:

- our website: https://www.joturl.com
- our Help Center: https://joturl.zendesk.com/hc/en-us
- our company slides: https://jo.my/slides 
- our blog: https://joturl.com/blog

TRY the JotUrl's Chrome plugin NOW, and GET THE MOST out of every link you share!                    

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

ชื่อ JotUrl JotUrl
ID admhikgjpmgnpmkjpbcngnebpbnpfokk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/joturl/admhikgjpmgnpmkjpbcngnebpbnpfokk
คำอธิบาย JotUrl Chrome Extension
ขนาดไฟล์ 77.61 KB
จำนวนการติดตั้ง 798
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2019-04-12
คะแนน 4.95/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://www.joturl.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.joturl.com
URL หน้าช่วยเหลือ https://joturl.zendesk.com/hc/en-us
URL หน้านโยบายความเป็นส่วนตัว https://joturl.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JotUrl",
    "description": "JotUrl Chrome Extension",
    "version": "2.0.2",
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png",
        "180": "img\/icon180.png",
        "256": "img\/icon256.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png",
            "180": "img\/icon180.png",
            "256": "img\/icon256.png"
        },
        "default_popup": "popup.html",
        "default_title": "Jot this page URL"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "offscreen",
        "activeTab",
        "tabs",
        "storage",
        "contextMenus",
        "clipboardWrite"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+R",
                "windows": "Alt+R",
                "mac": "MacCtrl+R",
                "chromeos": "Alt+R",
                "linux": "Alt+R"
            }
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.joturl.com\/*"
        ]
    }
}