Basecamp Signature

This extension adds a signature to the end of your basecamp comments and messages

ما هو Basecamp Signature؟

Basecamp Signature هو إضافة Chrome تم تطويرها بواسطة https://www.whit.com.au، والميزة الرئيسية لها هي "This extension adds a signature to the end of your basecamp comments and messages".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Basecamp Signature

قم بتنزيل ملفات الامتداد Basecamp Signature بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        WHAT DOES IT DO?
============

Adds your choice of text at the bottom of your basecamp comments and messages.

 Just like a signature on your email. 

This extension only has permission to  work through the basecamp website.

WHAT DOESN'T IT DO?
==============

This wont add any text on basecamp classic.

It wont add any text if you comment to basecamp via email. 

HOW TO USE
========
Visit the "options" page and add your signature.

Now whenever you comment on a basecamp item, your signature will be automatically appended.

You don't need to do anything else.

WHO WOULD WANT THIS?
================

- Any person that wants those "rate-me" type links at the end of their interactions

- Business people with an official title "Chief of Customer Happiness" 

PRIVACY
=====

This extension does not collect any private data at all. Everything is kept within the browser. 

We take your privacy very seriously.

This app is not officially supported in any way by Basecamp or 37Signals.

THANKYOU
=======

Thank you for taking the time to check it out!

Why don't you install it for yourself?


CHANGES
=======
1.6 Enable toolbox for basecamp comments

1.5 Signature now visible inside the text box.

1.4 Adds messages to the "new message" topics instead of just on comments

1.3 Didn't add signature without a page refresh. 

1.2 Changed the height of the signature box on the options page.

1.1 Some chromes pasted the signature multiple times

1.0 initial version                    

معلومات أساسية عن التمديد

الاسم Basecamp Signature Basecamp Signature
ID hnbhkckhpcdeappikelfbanmghikkdbg
عنوان URL الرسمي https://chromewebstore.google.com/detail/basecamp-signature/hnbhkckhpcdeappikelfbanmghikkdbg
الوصف This extension adds a signature to the end of your basecamp comments and messages
حجم الملف 214 KB
عدد التثبيتات 266
النسخة الحالية 1.6
آخر تحديث 2014-08-27
تاريخ النشر 2014-08-26
تقييم 4.00/5 مجموع تقييمات 4
المطور https://www.whit.com.au
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Basecamp Signature",
    "description": "This extension adds a signature to the end of your basecamp comments and messages",
    "version": "1.6",
    "icons": {
        "16": "basecamp-16.png",
        "48": "basecamp-48.png",
        "128": "basecamp-128.png"
    },
    "permissions": [
        "https:\/\/basecamp.com\/"
    ],
    "options_page": "options.html",
    "background": {
        "persistant": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/basecamp.com\/*"
            ],
            "js": [
                "jquery.js",
                "application.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "addsignature.js",
        "jquery.min.map"
    ]
}