Kickmoji

Utility extension for Aiomoji.

Kickmojiคืออะไร?

Kickmoji เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kickmoji และคุณลักษณะหลักของมันคือ "Utility extension for Aiomoji."

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

screenshot

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

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

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

                        A simple utility to find Shopify shipping rates for your Aiomoji profiles and get Shopify product variants.

How to sync session: This extension uses the same session as the Aiomoji website. Login to Aiomoji and while on the Aiomoji tab open the extension and click the sync session button. The synced session will expire after sometime and will log you out. You can sync session as often as you want to prevent it from logging you out.

How to use this: Sync your session with the Aiomoji website. Go to the Shopify site that you want to get the shipping rate. Add a product to the cart and go to the checkout page. In the checkout process when you are asked to fill out the shipping information. Clicking a profile from the list on the top right will automatically fill in the form with the profile you created on Aiomoji. You can also manually enter the shipping rate if you would prefer. Once on the shipping rate page click the "get shipping rate" button and it will be copied to your clipboard.

How to get variants: Sync your session with the Aiomoji website. Go to a product on a Shopify site and click "get variants" and they will be copied to your clipboard.

Notes:
1. You are only able to use this extension if you have a active Aiomoji account.
2. If you find a bug please create a ticket in the discord.

Privacy Policy:
https://docs.google.com/document/d/1wQG3e5TG-s4UCl49hi-MAaItw9yJfdYFP5w8s_kIaXI

Terms and conditions: https://docs.google.com/document/d/1FdrXpymJVyxHyv0NH41bDI5Ng3aUePlB1PPlI3JJiOg                    

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

ชื่อ Kickmoji Kickmoji
ID ckapaombhfnomlahpkbloippilkghpjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kickmoji/ckapaombhfnomlahpkbloippilkghpjn
คำอธิบาย Utility extension for Aiomoji.
ขนาดไฟล์ 356 KB
จำนวนการติดตั้ง 384
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2020-01-12
วันที่เผยแพร่ 2020-01-09
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Kickmoji
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.aiomoji.io
URL หน้าช่วยเหลือ https://www.aiomoji.io
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1wQG3e5TG-s4UCl49hi-MAaItw9yJfdYFP5w8s_kIaXI
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kickmoji",
    "description": "Utility extension for Aiomoji.",
    "version": "2.0",
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "activeTab",
        "proxy",
        "cookies",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Kickmoji",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}