OrderForward for Sonlet (formerly ShopTheRoe)

This extension creates Sonlet invoices in Bless and Square.

OrderForward for Sonlet (formerly ShopTheRoe) là gì?

OrderForward for Sonlet (formerly ShopTheRoe) là một tiện ích mở rộng Chrome được phát triển bởi Brian Swingle, và tính năng chính của nó là "This extension creates Sonlet invoices in Bless and Square.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OrderForward for Sonlet (formerly ShopTheRoe)

Tải xuống các tệp mở rộng OrderForward for Sonlet (formerly ShopTheRoe) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        OrderForward is a Chrome Browser Extension for consultants that easily helps create LuLaRoe Bless, Square and Paypal Invoices from Sonlet(sonlet.com) orders with a single click! This process normally takes several minutes to do manually and now will take you less than 15 seconds per order! Download and install today to experience real productivity and lets get you PAID! 14 day Free Trial with coupon code if you join the OrderForward Facebook Support Group below and just $9.99 a month after that!

Features Include:
 - Automated customer signup for New Bless makes invoicing with the iOS app a breeze!
 - One click invoicing for New Bless!
 - Full one click invoice generation is available for (New)Bless, Square and Paypal.
 - One extension supports Bless, Square and Paypal.
 - Provides intuitive status feedback during the invoicing process.
 - Transfers both contact and sale information.
 - Performs price and quantity checks when creating invoices.
 - Facebook support page for feedback and questions.
 - Easy to follow instructional videos for support.
   Installation and Configuration Video: https://www.youtube.com/watch?v=N4WR0CgrU3E

Requirements
 - ShopTheRoe account.
 - Account with LuLaRoe Bless, Paypal and or Square.
 - Chrome Browser version 29 or newer.

Support Facebook Group:
https://www.facebook.com/groups/985573908221046/

YouTube Channel with helpful videos: https://www.youtube.com/channel/UCErP2S22_FULZv9AI0cuGcg

OrderForward is a product of Hanmi Development, LLC

Privacy Policy
https://www.termsfeed.com/privacy-policy/cba2f076200609ad3cbf1bae5ac6a4b7

************************** IMPORTANT NOTICE!!!*********************************
Please not we no longer offer refunds of any kind. You can manage your own subscriptions through the chrome web store using the following instructions. The chrome web store supports multiple subscriptions to the same extension so please pay attention to your accounts an only subscribe once. Should you need any assistance please contact me at [email protected] for support or visit our support group on facebook at the link above. Thanks!

https://support.google.com/chrome_webstore/answer/1060830?hl=en

*******************************************************************************

*** This is not a LLR specific app and is not published by any affiliate of LLR ***                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OrderForward for Sonlet (formerly ShopTheRoe) OrderForward for Sonlet (formerly ShopTheRoe)
ID noopgbldbbeekpjepdkjjgejekbnojci
URL Chính Thức https://chromewebstore.google.com/detail/orderforward-for-sonlet-f/noopgbldbbeekpjepdkjjgejekbnojci
Mô tả This extension creates Sonlet invoices in Bless and Square.
Kích Thước Tệp 499 KB
Số Lần Cài Đặt 490
Phiên Bản Hiện Tại 2.4.5
Cập Nhật Lần Cuối 2021-10-29
Ngày Phát Hành 2020-06-17
Đánh Giá 4.10/5 Tổng số 60 Đánh Giá
Nhà Phát Triển Brian Swingle
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.facebook.com/groups/985573908221046/
URL Trang Trợ Giúp https://www.facebook.com/groups/985573908221046/
URL Trang Chính Sách Bảo Mật https://www.termsfeed.com/privacy-policy/cba2f076200609ad3cbf1bae5ac6a4b7
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OrderForward for Sonlet (formerly ShopTheRoe)",
    "description": "This extension creates Sonlet invoices in Bless and Square.",
    "version": "2.4.5",
    "minimum_chrome_version": "29",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "js\/jquery.3.1.0.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/OrderForwardIcon.png",
        "default_title": "OrderForward Settings",
        "default_popup": "options.html"
    },
    "icons": {
        "16": "img\/OrderForwardIcon.png",
        "128": "img\/OrderForwardIcon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/checkoutlib.billsby.com\/checkout.min.js; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sonlet.com\/inventory\/my_sales*"
            ],
            "css": [
                "css\/jquery-ui.min.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/jquery-ui.min.js",
                "js\/content-shoptheroe.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/sonlet.com\/sales*"
            ],
            "css": [
                "css\/jquery-ui.min.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/jquery-ui.min.js",
                "js\/content-shoptheroe.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/sonlet.com\/customers*"
            ],
            "css": [
                "css\/jquery-ui.min.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/jquery-ui.min.js",
                "js\/content-shoptheroe-customers.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/shoptheroe.com\/inventory\/my_sales*"
            ],
            "css": [
                "css\/jquery-ui.min.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/jquery-ui.min.js",
                "js\/content-shoptheroe.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/shoptheroe.com\/customers*"
            ],
            "css": [
                "css\/jquery-ui.min.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/jquery-ui.min.js",
                "js\/content-shoptheroe-customers.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.squareup.com\/dashboard\/invoices\/new*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/bootstrap.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-squared.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js",
                "js\/tether.min.js",
                "js\/bootstrap.min.js",
                "js\/jquery.or.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.paypal.com\/invoice\/create*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/bootstrap.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-paypal.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js",
                "js\/tether.min.js",
                "js\/bootstrap.min.js",
                "js\/jquery.or.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.paypal.com\/invoice\/s\/create*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/bootstrap.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-paypal-business.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js",
                "js\/tether.min.js",
                "js\/bootstrap.min.js",
                "js\/jquery.or.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/mylularoe.com\/sales*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-bless.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/mylularoe.com\/dashboard*"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/bless-redirect.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/mylularoe.com\/login*"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/bless-redirect.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/mylularoe.com\/inv\/checkout*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-bless-checkout.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.lularoebless.com\/CustomerRegistration*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-bless-signup.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.lularoebless.com\/PopUp*"
            ],
            "exclude_matches": [
                "https:\/\/*.lularoebless.com\/Popup\/AddOrder*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-new-bless.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.lularoebless.com\/Popup*"
            ],
            "exclude_matches": [
                "https:\/\/*.lularoebless.com\/Popup\/AddOrder*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-new-bless.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.lularoebless.com\/Popup\/AddOrder?PopUpId=*"
            ],
            "exclude_matches": [
                "https:\/\/*.lularoebless.com\/Popup\/AddOrder?PopUpId=*&selectedCustomerId=*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-new-bless-addorder.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.lularoebless.com\/Popup\/AddOrder?PopUpId=*&selectedCustomerId=*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-new-bless-checkout.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "js\/jquery.modal.min.js",
        "js\/jquery.waitFor.js",
        "js\/bililiteRange.js",
        "js\/jquery-ui.min.js",
        "js\/bootstrap.min.js",
        "img\/*",
        "css\/iamges\/*",
        "html\/iframe\/*",
        "loader.gif"
    ],
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "identity",
        "identity.email",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/public.billsby.com\/"
    ],
    "oauth2": {
        "client_id": "673316614660-i7b9ll9hh2ileg64lors5njmlgh567gl.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}