Kickmoji

Utility extension for Aiomoji.

Kickmoji란 무엇입니까?

Kickmoji은(는) Kickmoji에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Utility extension for Aiomoji."입니다.

확장 프로그램 스크린샷

screenshot

Kickmoji 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}